AppPrefsAppDelegate.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  The application' delegate.  Handles loading and registering the default values 
  for each setting from the Settings bundle.
 */
 
@import UIKit;
 
@interface AppPrefsAppDelegate : NSObject <UIApplicationDelegate>
 
@property (nonatomic, strong) UIWindow *window;
 
@end