| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/memorygh/Coding-iOS/master/Coding_iOS/Models/CodingBanner.h | [Back] [Original] |
// // CodingBanner.h // Coding_iOS // // Created by Ease on 15/7/29. // Copyright (c) 2015 Coding. All rights reserved. // #import @interface CodingBanner : NSObject @property (strong, nonatomic) NSNumber *id, *status; @property (strong, nonatomic) NSString *title, *image, *link, *name; @end
| Web Proxy Viewer | New URL | Original Page |