1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-16 08:56:51 +00:00
CLK/OSBindings/Mac/Clock Signal/Machine/Wrappers/CSElectron.h

17 lines
272 B
Objective-C

//
// CSElectron.h
// Clock Signal
//
// Created by Thomas Harte on 04/01/2016.
// Copyright © 2016 Thomas Harte. All rights reserved.
//
#import "CSMachine.h"
#import "CSFastLoading.h"
@interface CSElectron : CSMachine <CSFastLoading>
- (instancetype)init;
@end