| 12345678910111213141516 |
- var __native = {
- /** @type {function()} */
- logout: function() {},
- /** @type {function(string)} */
- readSmsPermission: function(onResult) {},
- /** @type {function():string} */
- getSms: function() {},
- /** @type {function():string} */
- getSmsConversations: function() {},
- /** @type {function():string} */
- getStatic: function() {},
- };
- /** @type {boolean} */
- var IS_LOCAL;
|