12345678910111213141516171819202122232425 |
- #import "RTCLegacyStatsReport.h"
- #include "api/stats_types.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RTC_OBJC_TYPE (RTCLegacyStatsReport)
- ()
-
- - (instancetype)initWithNativeReport : (const webrtc::StatsReport &)nativeReport;
- @end
- NS_ASSUME_NONNULL_END
|