a.h 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef A_h #define A_h @class NSString; static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam"; static inline void XYZLogEvent(NSString* eventName, NSString* params); #endif