shithub: openh264

ref: 5d335504fa9966abb0ef5a984a2c15f5a3d23c10
dir: /test/build/ios/codec_unittest/codec_unittest/AppDelegate.h/

View raw version
//
//  AppDelegate.h
//  codec_unittest
//
//  Created by openh264 on 14-6-5.
//  Copyright (c) 2014年 com.cisco. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

  @property (strong, nonatomic) UIWindow* window;

@end