mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-07 19:05:38 +00:00
16 lines
283 B
Objective-C
16 lines
283 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 (ResultVector)
|
|
|
|
- (Analyser::Static::TargetList &)targets;
|
|
|
|
@end
|