mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
code style for private iVars
This commit is contained in:
@@ -46,7 +46,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi
|
||||
NSString *const MPHelpURLKey = @"MPHelpURL";
|
||||
@interface MPAppDelegate () {
|
||||
@private
|
||||
MPDockTileHelper *dockTileHelper;
|
||||
MPDockTileHelper *_dockTileHelper;
|
||||
BOOL _shouldOpenFile; // YES if app was started to open a
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user