Sha256: d12fd1883fce89ad80987dca750cbf7c4a19444d21e36a82906d720386aeeb37
Contents?: true
Size: 258 Bytes
Versions: 8
Compression:
Stored size: 258 Bytes
Contents
#import <Foundation/Foundation.h> @interface OCSInvocation : NSObject +(id) invocationWithInstance: (id) givenInstance methodName: (NSString*) givenMethodName andArguments: (NSArray*) givenArgs; -(NSString*) invoke; @end
Version data entries
8 entries across 8 versions & 1 rubygems