暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UANAApiAnalytics.h 269B

1234567891011121314
  1. NS_ASSUME_NONNULL_BEGIN
  2. // C#
  3. @protocol UANAEngineDelegate <NSObject>
  4. - (void)addExtras: (NSString *)extras;
  5. @end
  6. // Webview
  7. @interface UANAApiAnalytics : NSObject
  8. + (void)setAnalyticsDelegate: (id <UANAEngineDelegate>)analyticsDelegate;
  9. @end
  10. NS_ASSUME_NONNULL_END