F 脚本类别
有没有办法在 F-Script 中实现与以下内容等效的方法? 我在文档中找不到任何对它的引用。
@implementation SomeClass (SomeCategory)
- (void)doSomething {
// ...
}
@end
Is there a way to implement the equivalent of the following in F-Script? I can't find any reference to it in the documentation.
@implementation SomeClass (SomeCategory)
- (void)doSomething {
// ...
}
@end
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
F-Script 2.0 中不支持此功能。 不过,这将在下一个版本中支持。
There is no support for this in F-Script 2.0. However, this will be supported in the next version.