Skip to content

Instantly share code, notes, and snippets.

@lexrus
Created February 25, 2016 03:41
Show Gist options
  • Save lexrus/28db86d060c98085cf34 to your computer and use it in GitHub Desktop.
Save lexrus/28db86d060c98085cf34 to your computer and use it in GitHub Desktop.
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