You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
333 B
17 lines
333 B
1 year ago
|
//
|
||
|
// AnyChatCoreSDK.h
|
||
|
// AnyChat Platform Core SDK for iOS
|
||
|
//
|
||
|
// Created by bairuitech on 11-8-2.
|
||
|
// Copyright 2011 BaiRuiTech. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "AnyChatPlatform.h"
|
||
|
#import "AnyChatDefine.h"
|
||
|
#import "AnyChatErrorCode.h"
|
||
|
#import "AnyChatObjectDefine.h"
|
||
|
|
||
|
|