← index
iAcidCam/iAcid.Cam/AppDelegate.h
Source: iAcidCam/iAcid.Cam/AppDelegate.h
//
//  AppDelegate.h
//  iAcid.Cam
//
//  Created by Jared Bruni on 6/12/13.
//  Copyright (c) 2013 Jared Bruni. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;
@end