// // Target.h // Clock Signal // // Created by Thomas Harte on 31/08/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #import #include "StaticAnalyser.hpp" @interface CSMachine(Target) - (void)applyTarget:(const Analyser::Static::Target &)target; - (void)applyMedia:(const Analyser::Static::Media &)media; @end