git.fiddlerwoaroof.com
Raw Blame History
//
//  AppDelegate.h
//  OBJCBrowser
//
//  Created by Langley, Edward on 1/4/19.
//  Copyright © 2019 Langley, Edward. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate, NSOutlineViewDataSource, NSOutlineViewDelegate>


@end