ISEmojiView/Example/ISEmojiViewSample/AppDelegate.h

18 lines
283 B
Objective-C

//
// AppDelegate.h
// ISEmojiViewSample
//
// Created by isaced on 14/12/25.
// Copyright (c) 2014年 isaced. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end