/Mobile/iPhone/StoffiRemote/StoffiRemote/RemoteViewController.h
http://yet-another-music-application.googlecode.com/ · C Header · 22 lines · 10 code · 5 blank · 7 comment · 0 complexity · 24be7fc31889c9254e4c5caacf853e33 MD5 · raw file
- //
- // RemoteViewController.h
- // StoffiRemote
- //
- // Created by Fredrik Gadnell on 9/26/11.
- // Copyright 2011 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RemoteViewController : UIViewController {
- IBOutlet UIButton *playButton;
- IBOutlet UIButton *pauseButton;
- }
- - (void)presentLoginScreenAnimated:(BOOL)animated;
- - (IBAction)logoutPressed;
- - (IBAction)playPressed;
- - (IBAction)pausePressed;
- @end