AgoraChatSDK 1.2.0
AgoraChat.h
1// AgoraChat.h
2// AgoraChat
3//
4// Created by xiaoming.li on 23/02/2021.
5// Copyright © 2017 easemob.com. All rights reserved.
6//
7
8#import <UIKit/UIKit.h>
9
10
11// In this header, you should import all the public headers of your framework using statements like #import <AgoraChat/PublicHeader.h>
12
13#import <AgoraChat/AgoraChatClient.h>
14#import <AgoraChat/AgoraChatClientDelegate.h>
15#import <AgoraChat/AgoraChatMultiDevicesDelegate.h>
16#import <AgoraChat/AgoraChatMessageReactionChange.h>
17#import <AgoraChat/AgoraChatMessageReaction.h>