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