// // FooterCell.h // XFFruit // // Created by n22 on 15/8/19. // Copyright (c) 2015年 Xummer. All rights reserved. // #import @protocol FooterCellDelegate - (void)addClick; - (void)choosePurchase; @end @interface FooterCell : UIView - (instancetype)initWithFrame:(CGRect)frame withTitle:(NSString *)title isTwo:(NSString *)twoTitle; @property (nonatomic,weak)iddelegate; @end