mirror of
https://github.com/zhigang1992/CERoundProgressView.git
synced 2026-04-26 06:05:40 +08:00
20 lines
378 B
Objective-C
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
|