mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 01:43:40 +00:00
XcodeCapp improvements
- Convert to ARC, garbage collection is deprecated. - Support radio buttons and groups as outlets in IB.
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
@interface TNErrorDataView : NSView
|
||||
{
|
||||
IBOutlet NSTextField *fieldFileName;
|
||||
IBOutlet NSTextField *fieldMessage;
|
||||
IBOutlet NSTextField *__strong fieldMessage;
|
||||
IBOutlet NSButton *buttonOpenFile;
|
||||
|
||||
NSString *_fullPath;
|
||||
}
|
||||
|
||||
@property (assign) NSTextField *fieldMessage;
|
||||
@property (strong) NSTextField *fieldMessage;
|
||||
|
||||
- (IBAction)openFile:(id)aSender;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user