// // XPAdjustEvent.h // xplan-ios // // Created by duoban on 2022/11/10. // #import NS_ASSUME_NONNULL_BEGIN @interface XPAdjustEvent : NSObject +(void)registeringEvent; +(void)loginEvent; @end NS_ASSUME_NONNULL_END