blob: 2121e968b368f58779c7cebb01a44867f62cd7e4 [file] [log] [blame]
#ifndef A_h
#define A_h
@class NSString;
static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam";
static inline void XYZLogEvent(NSString* eventName, NSString* params);
#endif