27 lines
855 B
Objective-C
27 lines
855 B
Objective-C
//
|
|
// LFLiveKitFramework.h
|
|
// LFLiveKitFramework
|
|
//
|
|
// Created by admin on 2016/10/20.
|
|
// Copyright © 2016年 admin. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for LFLiveKitFramework.
|
|
FOUNDATION_EXPORT double LFLiveKitFrameworkVersionNumber;
|
|
|
|
//! Project version string for LFLiveKitFramework.
|
|
FOUNDATION_EXPORT const unsigned char LFLiveKitFrameworkVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <LFLiveKitFramework/PublicHeader.h>
|
|
|
|
#import <LFLiveKit/LFLiveSession.h>
|
|
#import <LFLiveKit/LFLiveAudioConfiguration.h>
|
|
#import <LFLiveKit/LFLiveVideoConfiguration.h>
|
|
#import <LFLiveKit/LFAudioFrame.h>
|
|
#import <LFLiveKit/LFFrame.h>
|
|
#import <LFLiveKit/LFLiveStreamInfo.h>
|
|
#import <LFLiveKit/LFVideoFrame.h>
|
|
#import <LFLiveKit/LFLiveDebug.h>
|