blob: 548939ca632057319ca75a84d40870446b06fe99 [file] [log] [blame]
#import <Foundation/NSString.h>
// An NSString whose _fastCharacterContents always returns nil
@interface NSSlowString : NSString
@property (nonatomic, strong) id myProperty;
- (void *) _fastCharacterContents;
@end