// // 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