20 lines
567 B
C
20 lines
567 B
C
|
|
//
|
||
|
|
// BaiduActionSDK.h
|
||
|
|
// BaiduActionSDK
|
||
|
|
//
|
||
|
|
// Created by Bao,Shiwei on 2019/2/18.
|
||
|
|
// Copyright © 2019年 Baidu. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
//! Project version number for BaiduActionSDK.
|
||
|
|
FOUNDATION_EXPORT double BaiduActionSDKVersionNumber;
|
||
|
|
|
||
|
|
//! Project version string for BaiduActionSDK.
|
||
|
|
FOUNDATION_EXPORT const unsigned char BaiduActionSDKVersionString[];
|
||
|
|
|
||
|
|
// In this header, you should import all the public headers of your framework using statements like #import <BaiduActionSDK/PublicHeader.h>
|
||
|
|
#import <BaiduActionSDK/BaiduAction.h>
|
||
|
|
|