1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 18:31:53 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/Wrappers/CSMSX.h
2017-12-03 15:42:54 -05:00

16 lines
220 B
Objective-C

//
// CSMSX.h
// Clock Signal
//
// Created by Thomas Harte on 03/12/2017.
// Copyright © 2017 Thomas Harte. All rights reserved.
//
#import "CSMachine.h"
@interface CSMSX : CSMachine
- (instancetype)init;
@end