1234567891011121314151617 |
- //
- // FKProductNavigationBar.h
- // FirstLink
- //
- // Created by jack on 16/1/13.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProductNavigationBar : UIView
- @property (nonatomic, strong) UIButton *backBtn;
- @property (nonatomic, strong) UIButton *shareBtn;
- @end
|