1 Star 0 Fork 0

ADreamClusive/MyCodeSnippets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
23C55E8F-3D9C-4EA3-9F56-68B6411E8422.codesnippet 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiaozl 提交于 2021-01-03 21:58 . [Feature] 增加block属性快速创建
<?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>@pblock</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>All</string>
</array>
<key>IDECodeSnippetContents</key>
<string>@property (nonatomic, copy) &lt;#returnType#&gt;(^&lt;#Block#&gt;)(&lt;#parType#&gt;);</string>
<key>IDECodeSnippetIdentifier</key>
<string>23C55E8F-3D9C-4EA3-9F56-68B6411E8422</string>
<key>IDECodeSnippetLanguage</key>
<string>Xcode.SourceCodeLanguage.Objective-C</string>
<key>IDECodeSnippetSummary</key>
<string>block</string>
<key>IDECodeSnippetTitle</key>
<string>Property copy block</string>
<key>IDECodeSnippetUserSnippet</key>
<true/>
<key>IDECodeSnippetVersion</key>
<integer>2</integer>
</dict>
</plist>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ADreamClusive/MyCodeSnippets.git
git@gitee.com:ADreamClusive/MyCodeSnippets.git
ADreamClusive
MyCodeSnippets
MyCodeSnippets
master

搜索帮助