rt300@24: // rt300@24: // IntroViewController.h rt300@24: // sonicZoom rt300@24: // rt300@24: // Created by Robert Tubb on 29/01/2013. rt300@24: // rt300@24: // rt300@24: rt300@24: #import rt300@24: rt300@24: @interface IntroViewController : UIViewController rt300@24: rt300@24: @property (nonatomic, assign) id theOFAppRef; rt300@24: @property (retain, nonatomic) IBOutlet UILabel *text; rt300@24: rt300@24: -(IBAction)hide:(id)sender; rt300@24: -(IBAction)show:(id)sender; rt300@24: -(IBAction)disagree:(id)sender; rt300@24: -(void)setAppRef:(id)theOFApp; rt300@24: @end