Files
IJSVG/IJSVGExample/IJSVGExample/AppDelegate.h
2014-09-02 18:14:38 +01:00

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