| 1 | #ifndef A_h |
|---|---|
| 2 | #define A_h |
| 3 | |
| 4 | @class NSString; |
| 5 | static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam"; |
| 6 | static inline void XYZLogEvent(NSString* eventName, NSString* params); |
| 7 | |
| 8 | #endif |
| 9 |
| 1 | #ifndef A_h |
|---|---|
| 2 | #define A_h |
| 3 | |
| 4 | @class NSString; |
| 5 | static NSString * const xyzRiskyCloseOpenParam = @"riskyCloseParam"; |
| 6 | static inline void XYZLogEvent(NSString* eventName, NSString* params); |
| 7 | |
| 8 | #endif |
| 9 |