Açıklama Yok

FKProductNavigationBar.h 326B

1234567891011121314151617
  1. //
  2. // FKProductNavigationBar.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/1/13.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKProductNavigationBar : UIView
  10. @property (nonatomic, strong) UIButton *backBtn;
  11. @property (nonatomic, strong) UIButton *shareBtn;
  12. @end