123456789101112131415161718192021 |
- //
- // UIViewController+SPSBLoadDataStatus.h
- // 我的社保
- //
- // Created by shanp on 2021/4/21.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UIViewController (SPSBLoadDataStatus)
- - (void)endLoadDataStatusWithCanRefresh:(bool)refresh canLoad:(bool)load;
- - (void)tableViewCanRefresh:(bool)refresh canLoad:(bool)load;
- - (void)endLoadDataStatus;
- @end
- NS_ASSUME_NONNULL_END
|