mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-12 00:24:59 +08:00
16 lines
238 B
Objective-C
16 lines
238 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// PINRemoteImage
|
|
//
|
|
// Created by Michael Schneider on 1/3/16.
|
|
// Copyright © 2016 mischneider. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
@end
|
|
|