- //
- // AppDelegate.h
- // sample
- //
- // Created by Gal Dolber on 1/24/14.
- // Copyright (c) 2014 clojure-objc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @end
|