UIViewController+SPSBLoadDataStatus.h 396 B

123456789101112131415161718192021
  1. //
  2. // UIViewController+SPSBLoadDataStatus.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UIViewController (SPSBLoadDataStatus)
  10. - (void)endLoadDataStatusWithCanRefresh:(bool)refresh canLoad:(bool)load;
  11. - (void)tableViewCanRefresh:(bool)refresh canLoad:(bool)load;
  12. - (void)endLoadDataStatus;
  13. @end
  14. NS_ASSUME_NONNULL_END