Skip to content

Commit 5ea7c05

Browse files
committed
mr 页面修改
1 parent c050fff commit 5ea7c05

23 files changed

+424
-403
lines changed

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 60 additions & 12 deletions
Large diffs are not rendered by default.

Coding_iOS/.DS_Store

0 Bytes
Binary file not shown.

Coding_iOS/Controllers/MRListViewController.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

Coding_iOS/Controllers/MRListViewController.m

Lines changed: 0 additions & 185 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)