mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 18:19:28 +00:00
Converted project to ARC
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
@interface MPCustomFieldTableCellView : NSTableCellView
|
||||
|
||||
@property (assign) IBOutlet NSTextField *labelTextField;
|
||||
@property (assign) IBOutlet NSTextField *valueTextField;
|
||||
@property (assign) IBOutlet NSButton *removeButton;
|
||||
@property (weak) IBOutlet NSTextField *labelTextField;
|
||||
@property (weak) IBOutlet NSTextField *valueTextField;
|
||||
@property (weak) IBOutlet NSButton *removeButton;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user