FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Coding-iOS/Coding_iOS/Util/Manager/FunctionTipsManager.h at master · MFunZero/Coding-iOS · GitHub
MFunZero
/
Coding-iOS
Public
forked from
coding/Coding-iOS
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
/
Util
/
Manager
/
FunctionTipsManager.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 1.29 KB
Breadcrumbs
Coding-iOS
/
Coding_iOS
/
Util
/
Manager
/
FunctionTipsManager.h
Copy path
File metadata and controls
37 lines (32 loc) · 1.29 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
//
//
FunctionTipsManager.h
//
Coding_iOS
//
//
Created by Ease on 15/6/23.
//
Copyright (c) 2015年 Coding. All rights reserved.
//
//
version: 3.0
static
NSString
*
kFunctionTipStr_MR
=
@"
MergeRequest
"
;
static
NSString
*
kFunctionTipStr_PR
=
@"
PullRequest
"
;
static
NSString
*
kFunctionTipStr_ReadMe
=
@"
ReadMe
"
;
static
NSString
*
kFunctionTipStr_CommitList
=
@"
Code_CommitList
"
;
//
version: 3.1.5
static
NSString
*
kFunctionTipStr_Search
=
@"
hasSearch
"
;
static
NSString
*
kFunctionTipStr_HotTopic
=
@"
HotTopic
"
;
static
NSString
*
kFunctionTipStr_TweetTopic
=
@"
TweetTopic
"
;
//
version: 3.2
static
NSString
*
kFunctionTipStr_VoiceMessage
=
@"
VoiceMessage
"
;
static
NSString
*
kFunctionTipStr_File_2V
=
@"
File_2V
"
;
static
NSString
*
kFunctionTipStr_File_2V_Version
=
@"
File_2V_Version
"
;
static
NSString
*
kFunctionTipStr_File_2V_Activity
=
@"
File_2V_Activity
"
;
static
NSString
*
kFunctionTipStr_LineNote_FileChange
=
@"
LineNote_FileChange
"
;
static
NSString
*
kFunctionTipStr_LineNote_MRPR
=
@"
LineNote_MRPR
"
;
static
NSString
*
kFunctionTipStr_Me_Points
=
@"
Me_Points
"
;
//
version: 3.7
static
NSString
*
kFunctionTipStr_Prefix
=
@"
Prefix
"
;
#
import
<
Foundation/Foundation.h
>
@interface
FunctionTipsManager
:
NSObject
+ (
instancetype
)
shareManager
;
- (
BOOL
)
needToTip
:
(
NSString
*)
functionStr
;
- (
BOOL
)
markTiped
:
(
NSString
*)
functionStr
;
@end
Back
|
FazBrowse Home
|
New Git URL