PBReslut.h 334 B

1234567891011121314151617181920
  1. //
  2. // PBReslut.h
  3. // WQPlayBallLiveQiu
  4. //
  5. // Created by xx on 2024/12/29.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PBReslut : NSObject
  10. @property (nonatomic, assign) int code;
  11. @property (nonatomic, strong ) id data;
  12. @property (nonatomic, copy ) NSString * message;
  13. @end
  14. NS_ASSUME_NONNULL_END