FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Coding-iOS/Coding_iOS/Models/ProjectActivity.h at master · kasumar/Coding-iOS · GitHub
kasumar
/
Coding-iOS
Public
forked from
coding/Coding-iOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Coding-iOS
/
Coding_iOS
/
Models
/
ProjectActivity.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (37 loc) · 1.83 KB
Breadcrumbs
Coding-iOS
/
Coding_iOS
/
Models
/
ProjectActivity.h
Copy path
File metadata and controls
42 lines (37 loc) · 1.83 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//
//
ProjectActivity.h
//
Coding_iOS
//
//
Created by Ease on 15/5/13.
//
Copyright (c) 2015年 Coding. All rights reserved.
//
#
import
<
Foundation/Foundation.h
>
#
import
"
ProjectTopicActivity.h
"
#
import
"
ProjectLineNoteActivity.h
"
#
import
"
Projects.h
"
#
import
"
FileComment.h
"
#
import
"
ProjectFile.h
"
#
import
"
ProjectTag.h
"
@class
Task;
@class
ProjectTopic;
@interface
ProjectActivity
:
NSObject
@property
(
readwrite
,
nonatomic
,
strong
)
NSNumber
*
id
;
@property
(
readwrite
,
nonatomic
,
strong
)
NSString
*target_type, *action, *action_msg, *type, *ref, *ref_type, *ref_path, *pull_request_title, *merge_request_title, *comment_content, *merge_request_path, *pull_request_path, *version;
@property
(
readwrite
,
nonatomic
,
strong
) User *user, *target_user, *watcher;
@property
(
readwrite
,
nonatomic
,
strong
)
NSDate
*created_at;
@property
(
readwrite
,
nonatomic
,
strong
) Task *origin_task, *task;
@property
(
readwrite
,
nonatomic
,
strong
) TaskComment *taskComment, *origin_taskComment;
@property
(
readwrite
,
nonatomic
,
strong
) Project *project;
@property
(
readwrite
,
nonatomic
,
strong
) ProjectTopicActivity *project_topic;
@property
(
readwrite
,
nonatomic
,
strong
) File *file;
@property
(
readwrite
,
nonatomic
,
strong
) QcTask *qc_task;
@property
(
readwrite
,
nonatomic
,
strong
) Depot *depot, *source_depot;
@property
(
readwrite
,
nonatomic
,
strong
)
NSMutableArray
*commits, *labels;
@property
(
readwrite
,
nonatomic
,
strong
)
NSDictionary
*propertyArrayMap;
@property
(
readwrite
,
nonatomic
,
strong
) ProjectLineNoteActivity *line_note;
@property
(
strong
,
nonatomic
) Commit *commit;
@property
(
strong
,
nonatomic
) FileComment *projectFileComment;
@property
(
strong
,
nonatomic
) ProjectFile *projectFile;
@property
(
readonly
,
nonatomic
,
strong
)
NSMutableArray
*actionMediaItems, *contentMediaItems;
@property
(
readonly
,
nonatomic
,
strong
)
NSMutableString
*actionStr, *contentStr;
@end
Back
|
FazBrowse Home
|
New Git URL