TencentLBS.h 637 B

123456789101112131415161718192021
  1. //
  2. // TencentLBS.h
  3. // TencentLBS
  4. //
  5. // Created by mirantslu on 16/4/19.
  6. // Copyright © 2016年 Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for TencentLBS.
  10. FOUNDATION_EXPORT double TencentLBSVersionNumber;
  11. //! Project version string for TencentLBS.
  12. FOUNDATION_EXPORT const unsigned char TencentLBSVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <TencentLBS/PublicHeader.h>
  14. #import <TencentLBS/TencentLBSLocation.h>
  15. #import <TencentLBS/TencentLBSLocationManager.h>
  16. #import <TencentLBS/TencentLBSLocationUtils.h>