// // CutomFooter.h // 乐销 // // Created by 隋林栋 on 2017/1/17. // Copyright © 2017年 ping. All rights reserved. // #import @interface CutomFooter : MJRefreshBackFooter //@interface CutomFooter : MJRefreshFooter @property (nonatomic, strong) UILabel *labeTitle; @end