暂无描述

FLEmptyFooter.h 271B

123456789101112131415161718
  1. //
  2. // FLEmptyFooter.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/6/30.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FLEmptyFooter : UIView
  10. @property (nonatomic, strong) UILabel *textLabel;
  11. + (CGFloat)height;
  12. @end