fix 个人信息
This commit is contained in:
@@ -8,8 +8,14 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
typedef void (^femaleBtnAction)(int sex);
|
||||
|
||||
@interface GiGaUserSexViewCell : UITableViewCell
|
||||
@property (weak, nonatomic) IBOutlet UIButton *usefemale;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *usermale;
|
||||
-(void)loadCellData:(NSIndexPath*)indexPath user:(GiGaUser*)user;
|
||||
-(void)userSelectSexAction:(femaleBtnAction)block;
|
||||
@property (nonatomic,copy) femaleBtnAction actionblock;
|
||||
-(void)configUserSex:(int)sex;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user