fixed problem where you couldn't edit when speaker was done

This commit is contained in:
Jeena Paradies 2011-07-11 13:40:06 +02:00
parent 277b97d7a7
commit 06ba9418fc
9 changed files with 2812 additions and 96 deletions

View file

@ -23,4 +23,7 @@
-(IBAction)seekForward:(id)sender;
-(IBAction)seekBack:(id)sender;
-(void)stopSpeaking;
-(void)startSpeaking;
@end