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