mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-15 18:28:06 +08:00
14 lines
246 B
Objective-C
14 lines
246 B
Objective-C
//
|
|
// ProcessingViewController.h
|
|
// PINRemoteImage
|
|
//
|
|
// Created by Michael Schneider on 1/6/16.
|
|
// Copyright © 2016 mischneider. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ProcessingViewController : NSViewController
|
|
|
|
@end
|