// // SBasicInfoCell.h // BuguLive // // Created by 丁凯 on 2017/8/7. // Copyright © 2017年 xfg. All rights reserved. // #import @interface SBasicInfoCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *myNameLabel; @property (weak, nonatomic) IBOutlet UILabel *mySexLabel; @end