mirror of
https://github.com/zhigang1992/MosaicUI.git
synced 2026-01-12 17:32:31 +08:00
16 lines
281 B
Objective-C
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
|