AppDelegate.h 276 B

1234567891011121314151617
  1. //
  2. // AppDelegate.h
  3. // Artimenring
  4. //
  5. // Created by BaH Cy on 14/12/16.
  6. // Copyright (c) 2014年 BaH Cy. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  10. @property(nonatomic, strong) UIWindow *window;
  11. @end