NSXPCInterface.h 81 B

12345
  1. @interface NSXPCInterface : NSObject
  2. + (id)interfaceWithProtocol:(id)arg1;
  3. @end