BUFoundationAddress.h 325 B

123456789101112131415161718192021
  1. //
  2. // BUFoundationAddress.h
  3. // BUFoundation
  4. //
  5. // Created by Siwant on 2020/2/5.
  6. // Copyright © 2020 Union. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BUFoundationAddress : NSObject
  11. + (int64_t)bu_beginAddress;
  12. + (int64_t)bu_endAddress;
  13. @end
  14. NS_ASSUME_NONNULL_END