| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,15 @@ | |||
| 1 | + // | ||
| 2 | + // MRPRListViewController.h | ||
| 3 | + // Coding_iOS | ||
| 4 | + // | ||
| 5 | + // Created by Ease on 2017/2/14. | ||
| 6 | + // Copyright © 2017年 Coding. All rights reserved. | ||
| 7 | + // | ||
| 8 | + | ||
| 9 | + #import "BaseViewController.h" | ||
| 10 | + #import "Project.h" | ||
| 11 | + | ||
| 12 | + @interface MRPRListViewController : BaseViewController | ||
| 13 | + @property (strong, nonatomic) Project *curProject; | ||
| 14 | + @property (assign, nonatomic) BOOL isMR; | ||
| 15 | + @end | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments