WFAVEngineKit_Import.h 439 B

12345678910111213141516
  1. //
  2. // WFAVEngineKit.h
  3. // WFAVEngineKit
  4. //
  5. // Created by heavyrain on 17/9/27.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface WFAVEngineKit : NSObject
  10. + (instancetype _Nonnull)sharedEngineKit;
  11. @property(nonatomic, assign, readonly)BOOL supportMultiCall;
  12. @property(nonatomic, assign, readonly)BOOL supportConference;
  13. - (NSString *)checkAddress:(NSString *_Nonnull)host;
  14. @end