Pitometsu/CruiserWebViewController

View on GitHub
Examples/Sample/Sample/AppDelegate.h

Summary

Maintainability
Test Coverage
//
//  AppDelegate.h
//  Sample
//
//  Created by Ignacio on 3/27/14.
//  Improved by Yuriy Pitomets on 23/01/2015
//  Copyright (c) 2014 DZN Labs. All rights reserved.
//  Copyright (c) 2015 Yuriy Pitomets. No rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end