// // userItemCell4.h // iphoneLive // // Created by cat on 16/3/10. // Copyright © 2016年 cat. All rights reserved. // #import @interface SetLogoutCell : UITableViewCell +(SetLogoutCell *)cellWithTableView:(UITableView *)tableView; @end