1234567891011121314151617 |
- //
- // AppDelegate.h
- // Artimenring
- //
- // Created by BaH Cy on 14/12/16.
- // Copyright (c) 2014年 BaH Cy. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property(nonatomic, strong) UIWindow *window;
- @end
|