Created
February 25, 2016 03:41
-
-
Save lexrus/28db86d060c98085cf34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luaSetWaxConfig({openBindOCFunction="true"}) | |
waxClass{"Zus.SettingVC"} | |
function viewDidLoad(self) | |
print("lua viewDidLoad"); | |
self:ORIGviewDidLoad(); | |
self:setTitle("Wax-patched " .. wax.appVersion) | |
end | |
waxClass{"Zus.Utils"} | |
function showMessage(self, message) | |
print("lua showMessage") | |
self:ORIGshowMessage("Wax " .. message); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment