1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-18 00:29:04 +09:00
cherrypick/src/client/app/mobile/api/notify.ts

4 lines
54 B
TypeScript
Raw Normal View History

2018-02-22 02:15:46 +09:00
export default function(message) {
alert(message);
}