1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

xibless-ified MainMenu.

--HG--
branch : xibless
rename : cocoa/base/AppDelegate.h => cocoa/base/AppDelegateBase.h
rename : cocoa/base/AppDelegate.m => cocoa/base/AppDelegateBase.m
This commit is contained in:
Virgil Dupras
2012-07-27 18:30:34 -04:00
parent b3db7c6842
commit 6a7af81685
18 changed files with 217 additions and 2430 deletions

View File

@@ -7,7 +7,7 @@ http://www.hardcoded.net/licenses/bsd_license
*/
#import <Cocoa/Cocoa.h>
#import "../base/AppDelegate.h"
#import "AppDelegateBase.h"
@interface AppDelegate : AppDelegateBase {}
@end