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