15 lines
246 B
Objective-C
15 lines
246 B
Objective-C
//
|
|
// 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
|
|
|