| 123456789101112131415161718 |
- //
- // userItemCell4.h
- // YBVideo
- //
- // Created by cat on 16/3/10.
- // Copyright © 2016年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SetLogoutCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *signOutL;
- +(SetLogoutCell *)cellWithTableView:(UITableView *)tableView;
- @end
|