1 // 2 // ViewController.h 3 // codec_unittest 4 // 5 // Created by openh264 on 14-6-5. 6 // Copyright (c) 2014年 com.cisco. All rights reserved. 7 // 8 9 #import <UIKit/UIKit.h> 10 11 @interface ViewController : UIViewController 12 13 @end 14