root/apps/templates/osx/AppDelegate.h

/* [<][>][^][v][top][bottom][index][help] */
//
//  Created by abstephens on 1/21/15.
//  Copyright (c) 2015 Google. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (retain) NSMutableDictionary* database;
@end


/* [<][>][^][v][top][bottom][index][help] */