BUEnvironment.h 361 B

1234567891011121314151617
  1. //
  2. // BUEnvironment.h
  3. // BUFoundation
  4. //
  5. // Created by bytedance on 2020/10/29.
  6. // Copyright © 2020 Union. All rights reserved.
  7. //
  8. #ifndef BUEnvironment_h
  9. #define BUEnvironment_h
  10. #import <Foundation/Foundation.h>
  11. #import <CoreTelephony/CTTelephonyNetworkInfo.h>
  12. CTTelephonyNetworkInfo *BUDefaultTelephonyNetworkInfo(void);
  13. #endif /* BUEnvironment_h */