mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 18:31:53 +00:00
16 lines
220 B
Objective-C
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
|