2025-10-09 16:48:46 +08:00

47 lines
1.1 KiB
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "NECallEngine.h"
#import "NECallEngineConsts.h"
#import "NEGroupCallKit.h"
#import "NERtcCallKit.h"
#import "NERtcCallKitConsts.h"
#import "NERtcCallKitContext.h"
#import "NERtcCallKitJoinChannelEvent.h"
#import "NERtcCallKitPushConfig.h"
#import "NERtcCallOptions.h"
#import "GroupCallMember.h"
#import "GroupCallParam.h"
#import "GroupCallResult.h"
#import "GroupHeader.h"
#import "NEGroupCallInfo.h"
#import "NEGroupInfo.h"
#import "NECallConfig.h"
#import "NECallConnectedInfo.h"
#import "NECallEndInfo.h"
#import "NECallInfo.h"
#import "NECallParam.h"
#import "NECallPushConfig.h"
#import "NECallTypeChangeInfo.h"
#import "NEHangupParam.h"
#import "NEInviteInfo.h"
#import "NERecordConfig.h"
#import "NERtcInfo.h"
#import "NESetupConfig.h"
#import "NESignalInfo.h"
#import "NESwitchParam.h"
#import "NEUserInfo.h"
FOUNDATION_EXPORT double NERtcCallKitVersionNumber;
FOUNDATION_EXPORT const unsigned char NERtcCallKitVersionString[];