Skip to content

Commit d376a6c

Browse files
committed
ProjectLineNote
1 parent da59925 commit d376a6c

22 files changed

Lines changed: 116 additions & 167 deletions

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@
7979
4E38CF621A7B7C99005536C0 /* CodeBranchOrTag.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E38CF611A7B7C99005536C0 /* CodeBranchOrTag.m */; };
8080
4E38CF641A7B8DD4005536C0 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E38CF631A7B8DD4005536C0 /* [email protected] */; };
8181
4E4ABBEA1A653027004760D9 /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4ABBE91A653027004760D9 /* WebViewController.m */; };
82-
4E4D6A521B1C555400FD2E49 /* MRPRComment.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A511B1C555400FD2E49 /* MRPRComment.m */; };
83-
4E4D6A551B1C55EB00FD2E49 /* MRPRCommentItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A541B1C55EB00FD2E49 /* MRPRCommentItem.m */; };
8482
4E4D6A581B1C5DC000FD2E49 /* MRPRCommentCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A571B1C5DC000FD2E49 /* MRPRCommentCell.m */; };
8583
4E4D6A5B1B1C5DDF00FD2E49 /* MRPRCommentCCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A5A1B1C5DDF00FD2E49 /* MRPRCommentCCell.m */; };
8684
4E4D6A5E1B1C64C600FD2E49 /* MRPRDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A5D1B1C64C600FD2E49 /* MRPRDetailViewController.m */; };
@@ -103,7 +101,6 @@
103101
4E4D6A911B1D84B400FD2E49 /* FileChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A901B1D84B400FD2E49 /* FileChange.m */; };
104102
4E4D6A941B1D851E00FD2E49 /* FileChanges.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A931B1D851E00FD2E49 /* FileChanges.m */; };
105103
4E4D6A9A1B1D893500FD2E49 /* CommitInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A991B1D893500FD2E49 /* CommitInfo.m */; };
106-
4E4D6A9D1B1D898800FD2E49 /* CommitComment.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A9C1B1D898800FD2E49 /* CommitComment.m */; };
107104
4E4D6AA01B1D89D400FD2E49 /* CommitDetail.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6A9F1B1D89D400FD2E49 /* CommitDetail.m */; };
108105
4E4D6AA31B1DB63A00FD2E49 /* FileLineChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6AA21B1DB63A00FD2E49 /* FileLineChange.m */; };
109106
4E4D6AA61B1DBA3A00FD2E49 /* MRPRDisclosureCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D6AA51B1DBA3A00FD2E49 /* MRPRDisclosureCell.m */; };
@@ -793,10 +790,6 @@
793790
4E38CF631A7B8DD4005536C0 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
794791
4E4ABBE81A653027004760D9 /* WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewController.h; sourceTree = "<group>"; };
795792
4E4ABBE91A653027004760D9 /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewController.m; sourceTree = "<group>"; };
796-
4E4D6A501B1C555400FD2E49 /* MRPRComment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRPRComment.h; sourceTree = "<group>"; };
797-
4E4D6A511B1C555400FD2E49 /* MRPRComment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MRPRComment.m; sourceTree = "<group>"; };
798-
4E4D6A531B1C55EB00FD2E49 /* MRPRCommentItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRPRCommentItem.h; sourceTree = "<group>"; };
799-
4E4D6A541B1C55EB00FD2E49 /* MRPRCommentItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MRPRCommentItem.m; sourceTree = "<group>"; };
800793
4E4D6A561B1C5DC000FD2E49 /* MRPRCommentCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRPRCommentCell.h; sourceTree = "<group>"; };
801794
4E4D6A571B1C5DC000FD2E49 /* MRPRCommentCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MRPRCommentCell.m; sourceTree = "<group>"; };
802795
4E4D6A591B1C5DDF00FD2E49 /* MRPRCommentCCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MRPRCommentCCell.h; sourceTree = "<group>"; };
@@ -841,8 +834,6 @@
841834
4E4D6A931B1D851E00FD2E49 /* FileChanges.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileChanges.m; sourceTree = "<group>"; };
842835
4E4D6A981B1D893500FD2E49 /* CommitInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommitInfo.h; sourceTree = "<group>"; };
843836
4E4D6A991B1D893500FD2E49 /* CommitInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommitInfo.m; sourceTree = "<group>"; };
844-
4E4D6A9B1B1D898800FD2E49 /* CommitComment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommitComment.h; sourceTree = "<group>"; };
845-
4E4D6A9C1B1D898800FD2E49 /* CommitComment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommitComment.m; sourceTree = "<group>"; };
846837
4E4D6A9E1B1D89D400FD2E49 /* CommitDetail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommitDetail.h; sourceTree = "<group>"; };
847838
4E4D6A9F1B1D89D400FD2E49 /* CommitDetail.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommitDetail.m; sourceTree = "<group>"; };
848839
4E4D6AA11B1DB63A00FD2E49 /* FileLineChange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileLineChange.h; sourceTree = "<group>"; };
@@ -3042,18 +3033,12 @@
30423033
4ECF70481B185BCC000280FF /* MRPR.m */,
30433034
4E4D6A8C1B1D5B9A00FD2E49 /* MRPRBaseInfo.h */,
30443035
4E4D6A8D1B1D5B9A00FD2E49 /* MRPRBaseInfo.m */,
3045-
4E4D6A501B1C555400FD2E49 /* MRPRComment.h */,
3046-
4E4D6A511B1C555400FD2E49 /* MRPRComment.m */,
3047-
4E4D6A531B1C55EB00FD2E49 /* MRPRCommentItem.h */,
3048-
4E4D6A541B1C55EB00FD2E49 /* MRPRCommentItem.m */,
30493036
4E4D6A8F1B1D84B400FD2E49 /* FileChange.h */,
30503037
4E4D6A901B1D84B400FD2E49 /* FileChange.m */,
30513038
4E4D6A921B1D851E00FD2E49 /* FileChanges.h */,
30523039
4E4D6A931B1D851E00FD2E49 /* FileChanges.m */,
30533040
4E4D6A981B1D893500FD2E49 /* CommitInfo.h */,
30543041
4E4D6A991B1D893500FD2E49 /* CommitInfo.m */,
3055-
4E4D6A9B1B1D898800FD2E49 /* CommitComment.h */,
3056-
4E4D6A9C1B1D898800FD2E49 /* CommitComment.m */,
30573042
4E4D6A9E1B1D89D400FD2E49 /* CommitDetail.h */,
30583043
4E4D6A9F1B1D89D400FD2E49 /* CommitDetail.m */,
30593044
4E4D6AA11B1DB63A00FD2E49 /* FileLineChange.h */,
@@ -4018,7 +4003,6 @@
40184003
8EE72BE519E3F2E8002C11D9 /* UIImageView+MJWebCache.m in Sources */,
40194004
8EA6D1B119E240C40076D59C /* Commit.m in Sources */,
40204005
4EA7F1661A6D192B00A046BD /* UIView+WebCacheOperation.m in Sources */,
4021-
4E4D6A521B1C555400FD2E49 /* MRPRComment.m in Sources */,
40224006
8EF643D119FF7E2900F7EEB0 /* TweetSendTextCell.m in Sources */,
40234007
8EA6D22319E240C40076D59C /* XTSegmentControl.m in Sources */,
40244008
4E6D71891A75F00E005AD988 /* YLGIFImage.m in Sources */,
@@ -4159,7 +4143,6 @@
41594143
4ECE8ADB1A3943E80021E29C /* NSDate+convenience.m in Sources */,
41604144
4E4D6AA31B1DB63A00FD2E49 /* FileLineChange.m in Sources */,
41614145
4E5C06EE1AC4405300F427C5 /* PasswordViewController.m in Sources */,
4162-
4E4D6A551B1C55EB00FD2E49 /* MRPRCommentItem.m in Sources */,
41634146
4E217F0E1A70EDC700F6DF88 /* SVWebViewController.m in Sources */,
41644147
4E6BA2DE1A1EE6AF005FD721 /* AFSecurityPolicy.m in Sources */,
41654148
4EA7F1631A6D192B00A046BD /* UIImage+MultiFormat.m in Sources */,
@@ -4229,7 +4212,6 @@
42294212
8EA6D1BA19E240C40076D59C /* Projects.m in Sources */,
42304213
4E996BDF1ABA7CE100C704F1 /* UserInfoDetailUserCell.m in Sources */,
42314214
4EACB4461A2C60110097ABB3 /* ProjectActivities.m in Sources */,
4232-
4E4D6A9D1B1D898800FD2E49 /* CommitComment.m in Sources */,
42334215
8EA6D1CB19E240C40076D59C /* UITapImageView.m in Sources */,
42344216
4E217F171A70EDC700F6DF88 /* SVWebViewControllerActivity.m in Sources */,
42354217
4E996BE81ABBCD2D00C704F1 /* TaskDescriptionCell.m in Sources */,

Coding_iOS/Controllers/AddMDCommentViewController.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
@interface AddMDCommentViewController : BaseViewController
1212
@property (strong, nonatomic) void (^completeBlock)(id data, NSError *error);
13-
@property (strong, nonatomic) id relatedObj, commentToObj;
14-
+ (AddMDCommentViewController *)vcWithRelatedObj:(id)relatedObj CommentToObj:(id)commentToObj andCompleteBlock:(void (^)(id data, NSError *error))completeBlock;
15-
16-
13+
@property (strong, nonatomic) NSString *requestPath;
14+
@property (strong, nonatomic) NSMutableDictionary *requestParams;
15+
@property (strong, nonatomic) NSString *contentStr;
1716
@end

Coding_iOS/Controllers/AddMDCommentViewController.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,5 @@
99
#import "AddMDCommentViewController.h"
1010

1111
@implementation AddMDCommentViewController
12-
+ (AddMDCommentViewController *)vcWithRelatedObj:(id)relatedObj CommentToObj:(id)commentToObj andCompleteBlock:(void (^)(id data, NSError *error))completeBlock{
13-
AddMDCommentViewController *vc = [AddMDCommentViewController new];
14-
vc.relatedObj = relatedObj;
15-
vc.commentToObj = commentToObj;
16-
vc.completeBlock = completeBlock;
17-
return vc;
18-
}
1912

2013
@end

Coding_iOS/Controllers/CommitFilesViewController.m

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#import "FileChangeDetailViewController.h"
2323
#import "AddMDCommentViewController.h"
24+
#import "WebViewController.h"
2425

2526

2627

@@ -78,7 +79,7 @@ - (void)refresh{
7879
if (data) {
7980
weakSelf.curCommitInfo = data;
8081
[weakSelf configListGroups];
81-
[weakSelf.myTableView reloadData];
82+
[weakSelf.myTableView performSelector:@selector(reloadData) withObject:nil afterDelay:0.5];
8283
}
8384
[weakSelf.view configBlankPage:EaseBlankPageTypeView hasData:(weakSelf.curCommitInfo.commitDetail != nil) hasError:(error != nil) reloadButtonBlock:^(id sender) {
8485
[weakSelf refresh];
@@ -185,7 +186,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
185186
[tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:50];
186187
return cell;
187188
}else if (indexPath.section == _listGroupKeys.count+ 1 && _curCommitInfo.commitComments.count > 0){
188-
CommitComment *curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
189+
ProjectLineNote*curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
189190
CommitCommentCell *cell = [tableView dequeueReusableCellWithIdentifier:curCommentItem.htmlMedia.imageItems.count> 0? kCellIdentifier_CommitCommentCell_Media: kCellIdentifier_CommitCommentCell forIndexPath:indexPath];
190191
cell.curItem = curCommentItem;
191192
cell.contentLabel.delegate = self;
@@ -208,8 +209,8 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
208209
}
209210
}else if (indexPath.section > 0 && indexPath.section < _listGroupKeys.count+ 1){
210211
cellHeight = [FileChangeListCell cellHeight];
211-
}else if (indexPath.section == _listGroupKeys.count+ 1){
212-
CommitComment *curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
212+
}else if (indexPath.section == _listGroupKeys.count+ 1 && _curCommitInfo.commitComments.count > 0){
213+
ProjectLineNote*curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
213214
cellHeight = [CommitCommentCell cellHeightWithObj:curCommentItem];
214215
}else{
215216
cellHeight = [AddCommentCell cellHeight];
@@ -230,15 +231,55 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
230231
vc.requestPath = [NSString stringWithFormat:@"api/user/%@/project/%@/git/commitDiffContent/%@/%@", _ownerGK, _projectName, _commitId, curFileChange.path];
231232
vc.filePath = nil;
232233
[self.navigationController pushViewController:vc animated:YES];
233-
}else if (indexPath.section == _listGroupKeys.count+ 1){
234-
CommitComment *curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
235-
DebugLog(@"%@", curCommentItem.content);
234+
}else if (indexPath.section == _listGroupKeys.count+ 1 && _curCommitInfo.commitComments.count > 0){
235+
ProjectLineNote*curCommentItem = [_curCommitInfo.commitComments objectAtIndex:indexPath.row];
236+
[self goToAddCommentVCToUser:curCommentItem.author.name];
236237
}else{
237-
AddMDCommentViewController *vc = [AddMDCommentViewController new];
238-
[self.navigationController pushViewController:vc animated:YES];
238+
[self goToAddCommentVCToUser:nil];
239239
}
240240
}
241241

242+
#pragma mark Comment
243+
- (void)goToAddCommentVCToUser:(NSString *)userName{
244+
DebugLog(@"%@", userName);
245+
AddMDCommentViewController *vc = [AddMDCommentViewController new];
246+
247+
vc.requestPath = [NSString stringWithFormat:@"api/user/%@/project/%@/git/line_notes", _ownerGK, _projectName];
248+
vc.requestParams = [@{
249+
@"noteable_type" : @"Commit",
250+
@"commitId" : _commitId,
251+
} mutableCopy];
252+
vc.contentStr = userName;
253+
@weakify(self);
254+
vc.completeBlock = ^(id data, NSError *error){
255+
@strongify(self);
256+
if (data && [data isKindOfClass:[ProjectLineNote class]]) {
257+
[self.curCommitInfo.commitComments addObject:data];
258+
}
259+
};
260+
261+
[self.navigationController pushViewController:vc animated:YES];
262+
}
242263

264+
#pragma mark TTTAttributedLabelDelegate
265+
- (void)attributedLabel:(TTTAttributedLabel *)label didSelectLinkWithTransitInformation:(NSDictionary *)components{
266+
HtmlMediaItem *clickedItem = [components objectForKey:@"value"];
267+
[self analyseLinkStr:clickedItem.href];
268+
}
269+
270+
- (void)analyseLinkStr:(NSString *)linkStr
271+
{
272+
if (linkStr.length <= 0) {
273+
return;
274+
}
275+
UIViewController *vc = [BaseViewController analyseVCFromLinkStr:linkStr];
276+
if (vc) {
277+
[self.navigationController pushViewController:vc animated:YES];
278+
}else{
279+
// 跳转去网页
280+
WebViewController *webVc = [WebViewController webVCWithUrlStr:linkStr];
281+
[self.navigationController pushViewController:webVc animated:YES];
282+
}
283+
}
243284

244285
@end

Coding_iOS/Controllers/MRPRDetailViewController.m

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
168168
[tableView addLineforPlainCell:cell forRowAtIndexPath:indexPath withLeftSpace:50];
169169
return cell;
170170
}else if (_curMRPRInfo.discussions.count > 0 && indexPath.section == 2){//Comment
171-
MRPRCommentItem *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
171+
ProjectLineNote *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
172172
MRPRCommentCell *cell = [tableView dequeueReusableCellWithIdentifier:curCommentItem.htmlMedia.imageItems.count> 0? kCellIdentifier_MRPRCommentCell_Media: kCellIdentifier_MRPRCommentCell forIndexPath:indexPath];
173173
cell.curItem = curCommentItem;
174174
cell.contentLabel.delegate = self;
@@ -191,7 +191,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
191191
}else if (indexPath.section == 1){//Disclosure
192192
return [MRPRDisclosureCell cellHeight];
193193
}else if (_curMRPRInfo.discussions.count > 0 && indexPath.section == 2){//Comment
194-
MRPRCommentItem *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
194+
ProjectLineNote *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
195195
return [MRPRCommentCell cellHeightWithObj:curCommentItem];
196196
}else{//Add Comment
197197
return [AddCommentCell cellHeight];
@@ -213,14 +213,35 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
213213
[self.navigationController pushViewController:vc animated:YES];
214214
}
215215
}else if (_curMRPRInfo.discussions.count > 0 && indexPath.section == 2){//Comment
216-
MRPRCommentItem *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
217-
DebugLog(@"%@", curCommentItem.content);
216+
ProjectLineNote *curCommentItem = [[_curMRPRInfo.discussions objectAtIndex:indexPath.row] firstObject];
217+
[self goToAddCommentVCToUser:curCommentItem.author.name];
218218
}else{//Add Comment
219-
AddMDCommentViewController *vc = [AddMDCommentViewController new];
220-
[self.navigationController pushViewController:vc animated:YES];
219+
[self goToAddCommentVCToUser:nil];
221220
}
222221
}
223222

223+
#pragma mark Comment
224+
- (void)goToAddCommentVCToUser:(NSString *)userName{
225+
DebugLog(@"%@", userName);
226+
AddMDCommentViewController *vc = [AddMDCommentViewController new];
227+
228+
vc.requestPath = [NSString stringWithFormat:@"api/user/%@/project/%@/git/line_notes", _curMRPR.des_owner_name, _curMRPR.des_project_name];
229+
vc.requestParams = [@{
230+
@"noteable_type" : @"MergeRequestBean",
231+
@"noteable_id" : _curMRPRInfo.mrpr.id,
232+
} mutableCopy];
233+
vc.contentStr = userName;
234+
@weakify(self);
235+
vc.completeBlock = ^(id data, NSError *error){
236+
@strongify(self);
237+
if (data && [data isKindOfClass:[ProjectLineNote class]]) {
238+
[self.curMRPRInfo.discussions addObject:[NSArray arrayWithObject:data]];
239+
}
240+
};
241+
242+
[self.navigationController pushViewController:vc animated:YES];
243+
}
244+
224245
#pragma mark loadCellRequest
225246
- (void)loadRequest:(NSURLRequest *)curRequest
226247
{

Coding_iOS/Models/CommitComment.h

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

Coding_iOS/Models/CommitComment.m

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

Coding_iOS/Models/CommitInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "CommitComment.h"
10+
#import "ProjectLineNote.h"
1111
#import "CommitDetail.h"
1212

1313
@interface CommitInfo : NSObject

Coding_iOS/Models/CommitInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ - (instancetype)init
1414
self = [super init];
1515
if (self) {
1616
_propertyArrayMap = [NSDictionary dictionaryWithObjectsAndKeys:
17-
@"CommitComment", @"commitComments", nil];
17+
@"ProjectLineNote", @"commitComments", nil];
1818
}
1919
return self;
2020
}

Coding_iOS/Models/MRPR.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "MRPRComment.h"
1110
#import "Depot.h"
1211

1312
typedef NS_ENUM(NSInteger, MRPRStatus) {

0 commit comments

Comments
 (0)