| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/gitroc/Coding-iOS/master/Coding_iOS/Models/FileChanges.h | [Back] [Original] |
// // FileChanges.h // Coding_iOS // // Created by Ease on 15/6/2. // Copyright (c) 2015 Coding. All rights reserved. // #import #import "FileChange.h" @interface FileChanges : NSObject @property (strong, nonatomic) NSString *commitId; @property (strong, nonatomic) NSNumber *insertions, *deletions; @property (strong, nonatomic) NSMutableArray *paths; @property (strong, nonatomic) NSDictionary *propertyArrayMap; @end
| Web Proxy Viewer | New URL | Original Page |