package com.bintianqi.owndroid; interface IUserService { void destroy() = 16777114; String execute(String command) = 1; String getUid() = 2; }