mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
Converted project to ARC
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
@interface MPOverlayWindowController ()
|
||||
|
||||
@property (assign) BOOL isAnimating;
|
||||
@property (assign) IBOutlet NSImageView *imageView;
|
||||
@property (assign) IBOutlet NSTextField *textField;
|
||||
@property (weak) IBOutlet NSImageView *imageView;
|
||||
@property (weak) IBOutlet NSTextField *textField;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user