SetLogoutCell.h 319 B

123456789101112131415161718
  1. //
  2. // userItemCell4.h
  3. // YBVideo
  4. //
  5. // Created by cat on 16/3/10.
  6. // Copyright © 2016年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SetLogoutCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *signOutL;
  11. +(SetLogoutCell *)cellWithTableView:(UITableView *)tableView;
  12. @end