Files
CERoundProgressView/RoundProgress/CEAppDelegate.h
Renaud Pradenc b9df1dfd90 Initial Commit
2012-05-25 12:49:01 +02:00

20 lines
378 B
Objective-C

//
// CEAppDelegate.h
// RoundProgress
//
// Created by Renaud Pradenc on 25/05/12.
// Copyright (c) 2012 Céroce. All rights reserved.
//
#import <UIKit/UIKit.h>
@class CEViewController;
@interface CEAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) CEViewController *viewController;
@end