UIScrollView+Empty.h 318 B

12345678910111213141516171819
  1. //
  2. // UIScrollView+Empty.h
  3. // UIScrollViewEmpty
  4. //
  5. // Created by Jack on 2018/9/5.
  6. // Copyright © 2018年 United Software Applications. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIScrollView (Empty)
  10. @property (nonatomic,strong) UIView *emptyView;
  11. - (void)showEmpty;
  12. - (void)hideEmpty;
  13. @end