userItemCell5.h 265 B

12345678910111213141516
  1. //
  2. // userItemCell4.h
  3. // iphoneLive
  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. +(SetLogoutCell *)cellWithTableView:(UITableView *)tableView;
  11. @end