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
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