/**为了leftVC的headCell要专门搞一个类。 不过搞起来也非常简单。 */ #import <UIKit/UIKit.h> @interface HeadCell : UITableViewCell @property(nonatomic,strong)UIButton* leftBtn; @property(nonatomic,strong)UIButton* rightBrn; -(void)createBtns; @end