blob: 86050dc4a969a3d8ba708d6b48cd8e08556bc814 [file] [log] [blame]
/* APPLE LOCAL file radar 4660569 */
/* No warning here because accessor methods are INHERITED from NSButton */
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-mmacosx-version-min=10.5" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
#include <AppKit/AppKit.h>
@interface NSButton (Properties)
@property (copy) NSString *title;
@end
@implementation NSButton (Properties)
@dynamic title;
@end