//
//  MovingLabelsAppDelegate.h
//  MovingLabels
//
//  Created by Lieven Dekeyser on 10/12/09.
//  Copyright Lieven Dekeyser 2009. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MovingLabelsAppDelegate : NSObject <UIApplicationDelegate> {
    UIWindow *window;
}

@property (nonatomic, retain) IBOutlet UIWindow *window;

@end

