14 lines
219 B
Objective-C
14 lines
219 B
Objective-C
//
|
|
// ViewController.h
|
|
// codec_unittest
|
|
//
|
|
// Created by openh264 on 14-6-5.
|
|
// Copyright (c) 2014年 com.cisco. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
@end
|