// // PickerChoiceView.h // TFPickerView // // Created by TF_man on 16/5/11. // Copyright © 2016年 tituanwang. All rights reserved. // #import @protocol TFPickerDelegate11 @optional; - (void)PickerSelectorIndixString111:(NSString *)str; @end typedef NS_ENUM(NSInteger, ARRAYTYPE11) { GenderArray1, HeightArray1, weightArray1, DeteArray1 }; @interface NewPickerChoiceView : UIView @property (nonatomic, assign) ARRAYTYPE11 arrayType; @property (nonatomic, strong) NSArray *customArr; @property (nonatomic,strong)UILabel *selectLb; @property (nonatomic,assign)iddelegate; @end