16 lines
235 B
Objective-C
16 lines
235 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// IJSVGExample
|
|
//
|
|
// Created by Curtis Hard on 02/09/2014.
|
|
// Copyright (c) 2014 Curtis Hard. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|