//
// *** * * * * * *
// * * * * *
// * * * * * * *
// * * * *
// *** * * * * *
//
// IPUVideoRecordPlugin.h
// IPUMobileFunc
// Created by Benny (AsiaInfo PRD IPU) on 2019/12/4 17:12.
// Copyright © 2019 Asiainfo. All rights reserved.
//
#import <IPUMobile/IPUMobile.h>
@interface IPUVideoRecordPlugin : IPUPlugin
- (void)recordShortVideo:(NSArray *)param;
@end
|