mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-17 10:30:31 +00:00
17 lines
264 B
Objective-C
17 lines
264 B
Objective-C
//
|
|
// CSOric.h
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 11/10/2016.
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#import "CSMachine.h"
|
|
#import "CSFastLoading.h"
|
|
|
|
@interface CSOric : CSMachine <CSFastLoading>
|
|
|
|
- (instancetype)init;
|
|
|
|
@end
|