Question

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
Was it helpful?

Solution

There is no support for this in F-Script 2.0. However, this will be supported in the next version.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top