Sha256: 12f3911459ad9bc9762db9a8c81149ec31cfccb85dc0450d788454a16f4a7abe
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
#import <Foundation/Foundation.h> @interface OCSException : NSObject +(id) exceptionWithNSException:(NSException*) givenException; +(id) exceptionWithMessage:(NSString*) message, ... NS_FORMAT_FUNCTION(1,2); -(NSString*) stringValue; @end
Version data entries
8 entries across 8 versions & 1 rubygems