1 Star 0 Fork 0

yangxw8820 / XcodeOCSnippets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
oc_gcd_getqueuelabel.codesnippet 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangxw 提交于 2018-10-16 11:31 . init
<?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>gcd_getqueuelabel</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>CodeBlock</string>
</array>
<key>IDECodeSnippetContents</key>
<string>NSString *queueLabel = [NSString stringWithCString: dispatch_queue_get_label(dispatch_get_current_queue())encoding:NSUTF8StringEncoding];</string>
<key>IDECodeSnippetIdentifier</key>
<string>127FE5AA-5D33-4920-925A-DCD0F1847C78</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Objective-C</string>
<key>IDECodeSnippetSummary</key>
<string>Gets the label of the current queue</string>
<key>IDECodeSnippetTitle</key>
<string>GCD: Get Queue Label</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>
1
https://gitee.com/yangxw8820/XcodeOCSnippets.git
git@gitee.com:yangxw8820/XcodeOCSnippets.git
yangxw8820
XcodeOCSnippets
XcodeOCSnippets
master

搜索帮助