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

//
//  ProjectCount.h
//  Coding_iOS
//
//  Created by jwill on 15/11/10.
//  Copyright  2015 Coding. All rights reserved.
//

#import 

@interface ProjectCount : NSObject
@property (strong, nonatomic) NSNumber *all, *watched, *created, *joined, *stared, *deploy;
- (void)configWithProjects:(ProjectCount *)ProjectCount;

@end

Web Proxy Viewer  |  New URL  |  Original Page