mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Converted project to ARC
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
|
||||
|
||||
@property (retain) IBOutlet NSWindow *passwordCreatorWindow;
|
||||
@property (strong) IBOutlet NSWindow *passwordCreatorWindow;
|
||||
|
||||
- (IBAction)showPasswordCreator:(id)sender;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user