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