annotate SliderViewController.h @ 37:8ed7522deaaa

Interpolation.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 09 Apr 2013 17:14:31 +0100
parents a42903c61558
children b91a1859829a
rev   line source
rt300@36 1 //
rt300@36 2 // SliderViewController.h
rt300@36 3 // sonicZoom
rt300@36 4 //
rt300@36 5 // Created by Robert Tubb on 01/02/2013.
rt300@36 6 //
rt300@36 7 //
rt300@36 8
rt300@36 9 #import <UIKit/UIKit.h>
rt300@36 10
rt300@36 11 @interface SliderViewController : UIViewController
rt300@36 12 @property (nonatomic, assign) id theOFAppRef;
rt300@36 13 -(IBAction)hide:(id)sender;
rt300@36 14 -(IBAction)show:(id)sender;
rt300@37 15 - (void)setAppRef:(id)theOFApp;
rt300@37 16 @property (retain, nonatomic) IBOutlet UISlider *slider1;
rt300@37 17
rt300@37 18
rt300@36 19 @end