Mercurial > hg > soniczoomios
annotate SliderViewController.h @ 36:a42903c61558
Added sliderview (not operational though)
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 09 Apr 2013 13:22:28 +0100 |
parents | |
children | 8ed7522deaaa |
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@36 | 15 @end |