WithdrawalRuleVC.h 264 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // WithdrawalRuleVC.h
  3. // xingchuangke
  4. //
  5. // Created by 刘惠萍 on 2023/2/4.
  6. //
  7. #import "BaseTableVC.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface WithdrawalRuleVC : BaseVC
  10. @property (strong, nonatomic) NSString *count;
  11. @end
  12. NS_ASSUME_NONNULL_END