Mercurial > hg > soniczoomios
view TimedSessionController.h @ 32:ab7c86d0f3d8
V0.3 SZBeta sent out. bristol tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 08 Mar 2013 14:54:55 +0000 |
parents | 23ef179c3748 |
children | df7c08faf541 |
line wrap: on
line source
// // TimedSessionController.h // sonicZoom // // Created by Robert Tubb on 18/02/2013. // // #define SECONDS_PER_INTERFACE 300 #import <Foundation/Foundation.h> @interface TimedSessionController : NSObject <UIAlertViewDelegate> @property (nonatomic, assign) id theOFAppRef; @property (nonatomic,strong) NSTimer * theCurrentTimer; - (void)setAppRef:(id)theOFApp; -(void)resetTime:(int)newTime; // if we want to put ourselves somewhen -(void)startTimer; // go from start -(void)cancelTimers; // stop the whole thing -(void)showNextPrompt; @end