TencentLocationVC.h 326 B

1234567891011121314151617
  1. //
  2. // TencentLocationVC.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/7/20.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^LocationBlock)(NSDictionary * locDic);
  10. @interface TencentLocationVC : YBBaseViewController
  11. @property(nonatomic,copy)LocationBlock locationEvent;
  12. @end