blob: 18dd7dcce344dba1c02d65075d749c7a1159f6cb [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" } */
#include <AppKit/AppKit.h>
@interface NSButton (Properties)
@property (copy) NSString *title;
@end
@implementation NSButton (Properties)
@dynamic title;
@end