SBasicInfoCell.h 321 B

1234567891011121314
  1. //
  2. // SBasicInfoCell.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/8/7.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SBasicInfoCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *myNameLabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *mySexLabel;
  12. @end