mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
3749b7b776
Use synthesized properties for CSMissingROM. Remove openGLView from the xib: that will quiet a warning. Add nullability metadata to CSStaticAnalyser.
16 lines
271 B
Objective-C
16 lines
271 B
Objective-C
//
|
|
// CSStaticAnalyser+ResultVector.h
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 24/01/2018.
|
|
// Copyright 2018 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#import "CSStaticAnalyser.h"
|
|
|
|
@interface CSStaticAnalyser ()
|
|
|
|
- (Analyser::Static::TargetList &)targets;
|
|
|
|
@end
|