| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/fusen-github/Coding-iOS/master/Coding_iOS/Models/FileComment.h | [Back] [Original] |
// // FileComment.h // Coding_iOS // // Created by Ease on 15/8/12. // Copyright (c) 2015 Coding. All rights reserved. // #import @interface FileComment : NSObject @property (readwrite, nonatomic, strong) NSNumber *id; @property (readwrite, nonatomic, strong) NSString *content; @property (readwrite, nonatomic, strong) User *owner; @property (readwrite, nonatomic, strong) HtmlMedia *htmlMedia; @property (strong, nonatomic) NSDate *created_at; @end
| Web Proxy Viewer | New URL | Original Page |