口袋版本的一折买

YZMAEventModel.h 479B

1234567891011121314151617181920
  1. //
  2. // YHEventModel.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/11.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface YZMAEventModel : NSObject
  10. @property (nonatomic, strong) NSString *origin;
  11. @property (nonatomic, strong) NSString *category_id;
  12. @property (nonatomic, strong) NSString *source;
  13. - (instancetype)initWithOrigin:(NSString *)Origin category_id:(NSString *)category_id source:(NSString *)source;
  14. @end