Searched defs:MyProxy (Results 1 – 2 of 2) sorted by relevance
30 @interface MyProxy : NSProxy<MyProtocol> interface38 @implementation MyProxy implementation
202 static class MyProxy implements InvocationHandler { class in Main213 private MyProxy(Object obj) { in MyProxy() method in Main.MyProxy