1234567891011121314151617 |
- //
- // FKBrandSelectView.h
- // FirstLink
- //
- // Created by jack on 16/4/28.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKBrandSelectView : UIView
- @property (nonatomic, strong) NSArray *titleArray;
- - (instancetype)initWithAction:(void(^)(NSInteger index))action;
- @end
|