forked from startscloud/callkit-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RongCallKit.h
30 lines (25 loc) · 1.03 KB
/
RongCallKit.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// RongCallKit.h
// RongCallKit
//
// Created by litao on 16/4/25.
// Copyright © 2016年 Rong Cloud. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for RongCallKit.
FOUNDATION_EXPORT double RongCallKitVersionNumber;
//! Project version string for RongCallKit.
FOUNDATION_EXPORT const unsigned char RongCallKitVersionString[];
// In this header, you should import all the public headers of your framework
// using statements like #import <RongCallKit/PublicHeader.h>
#import <RongCallKit/RCCall.h>
#import <RongCallKit/RCCallAudioMultiCallViewController.h>
#import <RongCallKit/RCCallBaseViewController.h>
#import <RongCallKit/RCCallDetailMessageCell.h>
#import <RongCallKit/RCCallFloatingBoard.h>
#import <RongCallKit/RCCallMultiCallUserCell.h>
#import <RongCallKit/RCCallSelectMemberViewController.h>
#import <RongCallKit/RCCallSingleCallViewController.h>
#import <RongCallKit/RCCallTipMessageCell.h>
#import <RongCallKit/RCCallUserCallInfoModel.h>
#import <RongCallKit/RCCallVideoMultiCallViewController.h>