[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/hunter858/Coding-iOS/master/Coding_iOS/Models/ProjectLineNote.h [Back]  [Original]

//
//  ProjectLineNote.h
//  Coding_iOS
//
//  Created by Ease on 15/5/13.
//  Copyright (c) 2015 Coding. All rights reserved.
//

#import 
#import "User.h"

@interface ProjectLineNote : NSObject
@property (strong, nonatomic) User *author;
@property (readwrite, strong, nonatomic) NSString *noteable_type, *anchor, *commit_id, *commit_path, *content, *path, *commitId;
@property (readwrite, strong, nonatomic) NSNumber *id, *noteable_id, *outdated, *line, *position;
@property (strong, nonatomic) NSDate *created_at;
@property (readwrite, nonatomic, strong) HtmlMedia *htmlMedia;
@end

Web Proxy Viewer  |  New URL  |  Original Page