//// FooterCell.h// XFFruit//// Created by n22 on 15/8/19.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@protocolFooterCellDelegate<NSObject>-(void)addClick;@end@interfaceFooterCell:UIView-(instancetype)initWithFrame:(CGRect)framewithTitle:(NSString*)title;@property(nonatomic,strong)id<FooterCellDelegate>delegate;@end