Files
MosaicUI/ExampleMosaicUI/AppDelegate.h

16 lines
281 B
Objective-C

//
// AppDelegate.h
// MosaicUI
//
// Created by Ezequiel Becerra on 10/21/12.
// Copyright (c) 2012 betzerra. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end