blob: 0d2f6b4f2feefafb086411b0f1d41c514cc6077e [file] [log] [blame]
//
// UGAppAppDelegate.h
// UGAPIApp
//
// Created by Ed Anuff on 3/12/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@class UGHTTPManager;
@interface UGAppAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end