MGAdvertModel.h 411 B

123456789101112131415161718192021
  1. //
  2. // MGAdvertModel.h
  3. // BuGuDY
  4. //
  5. // Created by 宋晨光 on 2019/12/9.
  6. // Copyright © 2019 宋晨光. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MGAdvertModel : NSObject
  11. @property(nonatomic, copy) NSString *plug_ad_name;
  12. @property(nonatomic, copy) NSString *plug_ad_pic;
  13. @property(nonatomic, copy) NSString *plug_ad_url;
  14. @end
  15. NS_ASSUME_NONNULL_END