// // MGAdvertModel.h // BuGuDY // // Created by 宋晨光 on 2019/12/9. // Copyright © 2019 宋晨光. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface MGAdvertModel : NSObject @property(nonatomic, copy) NSString *plug_ad_name; @property(nonatomic, copy) NSString *plug_ad_pic; @property(nonatomic, copy) NSString *plug_ad_url; @end NS_ASSUME_NONNULL_END