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