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