1234567891011121314151617 |
- //
- // FKHotSaleBillboardModel.h
- // FirstLink
- //
- // Created by ascii on 2017/6/25.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKHotSaleBillboardModel : NSObject
- @property (nonatomic, strong) NSString *picURL;
- @property (nonatomic, strong) NSString *targetURL;
- @end
|