1 package android.lpdump;
2 interface ILpdump {
3     @utf8InCpp String run(in @utf8InCpp String[] args);
4 }
5