UITableView+ASBase.h 208 B

123456789101112131415161718
  1. //
  2. // UITableView+ASBase.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/5.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UITableView (ASBase)
  10. - (void)baseSet;
  11. @end
  12. NS_ASSUME_NONNULL_END