BUEnvironment.h 404 B

123456789101112131415161718192021
  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. @interface BUEnvironment : NSObject
  14. @end
  15. #endif /* BUEnvironment_h */