BBGMultiAccountManager
|
00001 // 00002 // BBAppDelegate.h 00003 // GMultiAccountManager 00004 // 00005 // Created by Giuseppe Basile on 05/05/12. 00006 // Copyright (c) 2012 Archy. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 @interface BBAppDelegate : NSObject <NSApplicationDelegate> 00012 00013 @property (assign) IBOutlet NSWindow *window; 00014 00015 @end