mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-22 03:30:59 +00:00
14 lines
218 B
Objective-C
14 lines
218 B
Objective-C
//
|
|
// TrackPad.h
|
|
// Mini vMac for iOS
|
|
//
|
|
// Created by Jesús A. Álvarez on 18/04/2016.
|
|
// Copyright © 2016-2018 namedfork. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TrackPad : UIControl
|
|
|
|
@end
|