blob: 23741e3bbfe8bf74637ff9066a47c3044ee58ed6 [file] [log] [blame]
//---------------------------------------------------------------------------------------
// $Id$
// Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------
#import <Foundation/Foundation.h>
@interface NSMethodSignature(PrivateAPI)
+ (id)signatureWithObjCTypes:(const char *)types;
@end
@interface NSMethodSignature(OCMAdditions)
- (const char *)methodReturnTypeWithoutQualifiers;
@end