agora-react-native-rtm
Version:
React Native around the Agora RTM SDKs for Android and iOS agora
16 lines (14 loc) • 375 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IRtmHistory = void 0;
/// Generated by terra, DO NOT MODIFY BY HAND.
/**
* The IRtmHistory class.
*
* This class provides the rtm history methods that can be invoked by your app.
*/
class IRtmHistory {}
exports.IRtmHistory = IRtmHistory;
//# sourceMappingURL=IAgoraRtmHistory.js.map
;