root/apps/templates/osx/AppProtocol.h

/* [<][>][^][v][top][bottom][index][help] */
//
//  AppProtocol.h
//  test_osx
//
//  Created by abstephens on 1/22/15.
//
//

#import <Foundation/Foundation.h>

extern NSString* kAppProtocolURLScheme;

@interface AppProtocol : NSURLProtocol

@end

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