FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QMUI_iOS_CodeSnippets/QMUI_initSubviews.codesnippet at master · CoderWQ/QMUI_iOS_CodeSnippets · GitHub
CoderWQ
/
QMUI_iOS_CodeSnippets
Public
forked from
QMUI/QMUI_iOS_CodeSnippets
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
QMUI_iOS_CodeSnippets
/
QMUI_initSubviews.codesnippet
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 902 Bytes
Breadcrumbs
QMUI_iOS_CodeSnippets
/
QMUI_initSubviews.codesnippet
Copy path
File metadata and controls
29 lines (29 loc) · 902 Bytes
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<!
DOCTYPE
plist
PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<
plist
version
=
"
1.0
"
>
<
dict
>
<
key
>IDECodeSnippetCompletionPrefix</
key
>
<
string
>initSubviews</
string
>
<
key
>IDECodeSnippetCompletionScopes</
key
>
<
array
>
<
string
>ClassImplementation</
string
>
</
array
>
<
key
>IDECodeSnippetContents</
key
>
<
string
>- (void)initSubviews {
[super initSubviews];
<
#code#
>
}</
string
>
<
key
>IDECodeSnippetIdentifier</
key
>
<
string
>17B909FE-8769-4CD4-9C0E-5888E770FF00</
string
>
<
key
>IDECodeSnippetLanguage</
key
>
<
string
>Xcode.SourceCodeLanguage.Objective-C</
string
>
<
key
>IDECodeSnippetPlatformFamily</
key
>
<
string
>iphoneos</
string
>
<
key
>IDECodeSnippetTitle</
key
>
<
string
>initSubviews</
string
>
<
key
>IDECodeSnippetUserSnippet</
key
>
<
true
/>
<
key
>IDECodeSnippetVersion</
key
>
<
integer
>2</
integer
>
</
dict
>
</
plist
>
Back
|
FazBrowse Home
|
New Git URL