mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
14 lines
259 B
Objective-C
14 lines
259 B
Objective-C
//
|
|
// SUTestApplicationDelegate.h
|
|
// Sparkle
|
|
//
|
|
// Created by Mayur Pawashe on 7/25/15.
|
|
// Copyright (c) 2015 Sparkle Project. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface SUTestApplicationDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@end
|