/*
 *     Generated by class-dump 3.1.2.
 *
 *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
 */

struct __GSEvent;

/*
 * File: Applications/DemoApp.app/DemoApp
 */

@interface DemoApplication : UIApplication
{
    UIWindow *_window;
    UIView *_backgroundView;
    UIMovieView *_movieView;
    UIImageView *_imageView;
}

- (void)dealloc;
- (void)applicationDidFinishLaunching:(id)fp8;
- (void)applicationWillSuspendForEventsOnly;
- (void)applicationDidResumeForEventsOnly;
- (BOOL)applicationSuspend:(struct __GSEvent *)fp8 settings:(id)fp12;
- (void)applicationResume:(struct __GSEvent *)fp8 settings:(id)fp12;
- (void)movieViewServerDied:(id)fp8;
- (void)movieInterruptionDidEnd:(id)fp8 interruptionInfo:(id)fp12;
- (void)movieViewPlaybackStateDidChange:(id)fp8;
- (void)movieViewCurrentTimeDidChange:(id)fp8;
- (void)movieViewAttributesDidBecomeAvailable:(id)fp8;

@end

@interface DemoApplication (Private)
- (void)playMovie;
- (void)createUI;
- (void)destroyUI;
- (id)moviePath;
@end

