blob: c8aec79a9ee68d4740afa32693520a2803b5940c [file] [log] [blame]
/* APPLE LOCAL file radar 5839812 - synthesized methods should be given
the location of the '@synthesize' statement. */
/* AppDelegate.m, AppDelegate.h */
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject {
NSString *name;
}
@property (retain) NSString *name;
@end