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