// // FLEmptyFooter.h // FirstLink // // Created by ascii on 15/6/30. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import @interface FLEmptyFooter : UIView @property (nonatomic, strong) UILabel *textLabel; + (CGFloat)height; @end