mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 23:35:59 +00:00
14 lines
229 B
Objective-C
14 lines
229 B
Objective-C
//
|
|
// ComputerScrollView.h
|
|
// Moonlight
|
|
//
|
|
// Created by Diego Waxemberg on 9/30/15.
|
|
// Copyright © 2015 Moonlight Stream. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ComputerScrollView : UIScrollView
|
|
|
|
@end
|