Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ios
  • UM
  • UMDevice.framework
  • Headers
  • umzid.h
  • - 修复事件上报的闪退(友盟版本导致) ...
    69b9dbd7
    - 故障的解释:https://blog.csdn.net/survivorsfyh/article/details/104942440
    钱鋆 authored
    2021-03-30 17:39:25 +0800  
    Browse Code »
umzid.h 240 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
//
//  UMZid.h
//  UMZid
//
//  Created by Li CL on 2020/5/27.
//  Copyright © 2020 umeng. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface UMZid : NSObject

+ (NSString *)getZData;

+ (NSString *)getZVersion;


@end