Cog/Frameworks/Sparkle/TestApplication/After Update/Sparkle Updated Test App/AppDelegate.h

16 lines
246 B
C
Raw Normal View History

2015-06-02 04:34:50 -03:00
//
// AppDelegate.h
// Sparkle Updated Test App
//
// Created by Kornel on 26/07/2014.
// Copyright (c) 2014 Sparkle-project. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end