APLogSpmUtils.h 369 B

123456789101112131415161718
  1. //
  2. // APLogSpmUtils.h
  3. // APRemoteLogging
  4. //
  5. // Created by majie on 16/8/3.
  6. // Copyright © 2016年 Alipay. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. extern NSString *const kPageIdSuffix;
  10. @interface APLogSpmUtils : NSObject
  11. + (NSString *)pageIdWithSeparator:(NSString *)separator forSpmid:(NSString *)spmid;
  12. + (NSString*)c10to64:(UInt64)i;
  13. @end