Skip to content

Commit 9d2a410

Browse files
committed
MRPR Frame
1 parent ea122ea commit 9d2a410

33 files changed

Lines changed: 512 additions & 0 deletions

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 96 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// AddMDCommentViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@interface AddMDCommentViewController : BaseViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// AddMDCommentViewController.m
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "AddMDCommentViewController.h"
10+
11+
@implementation AddMDCommentViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// CommitFileDetailViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@interface CommitFileDetailViewController : BaseViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// CommitFileDetailViewController.m
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "CommitFileDetailViewController.h"
10+
11+
@implementation CommitFileDetailViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// CommitFilesViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@interface CommitFilesViewController : BaseViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// CommitFilesViewController.m
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "CommitFilesViewController.h"
10+
11+
@implementation CommitFilesViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// MRPRAcceptViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@interface MRPRAcceptViewController : BaseViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// MRPRAcceptViewController.m
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "MRPRAcceptViewController.h"
10+
11+
@implementation MRPRAcceptViewController
12+
13+
@end
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// MRPRCommitsViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by Ease on 15/6/1.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@interface MRPRCommitsViewController : BaseViewController
12+
13+
@end

0 commit comments

Comments
 (0)