| 12345678910111213141516171819 |
- //
- // UIScrollView+Empty.h
- // UIScrollViewEmpty
- //
- // Created by Jack on 2018/9/5.
- // Copyright © 2018年 United Software Applications. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIScrollView (Empty)
- @property (nonatomic,strong) UIView *emptyView;
- - (void)showEmpty;
- - (void)hideEmpty;
- @end
|