mirror of
https://github.com/u0u0/Quick-Cocos2dx-Community.git
synced 2026-05-09 23:11:35 +08:00
6 lines
174 B
Lua
6 lines
174 B
Lua
luaoc = require(cc.PACKAGE_NAME .. ".platform.luaoc")
|
|
require(cc.PACKAGE_NAME .. ".platform.Store")
|
|
|
|
function device.showAlertIOS(title, message, buttonLabels, listener)
|
|
end
|