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