12345678910111213141516171819202122232425262728293031 |
- //
- // Hyphenate.h
- // Hyphenate
- //
- // Created by XieYajie on 16/01/2017.
- // Copyright © 2017 easemob.com. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- //! Project version number for Hyphenate.
- FOUNDATION_EXPORT double HyphenateVersionNumber;
- //! Project version string for Hyphenate.
- FOUNDATION_EXPORT const unsigned char HyphenateVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <Hyphenate/PublicHeader.h>
- #import <Hyphenate/EMClient.h>
- #import <Hyphenate/EMClientDelegate.h>
- #import <Hyphenate/EMMultiDevicesDelegate.h>
- #import <Hyphenate/EMClient+Call.h>
- #import <Hyphenate/EMCallOptions.h>
- #import <Hyphenate/EMCallSession.h>
- #import <Hyphenate/EMCallVideoView.h>
- #import <Hyphenate/EMClient+Conference.h>
- //#import <Hyphenate/EMCallVideoViewOld352.h>
|