Searched defs:InterfaceA (Results 1 – 3 of 3) sorted by relevance
14 @interface InterfaceA : NSObject interface19 @implementation InterfaceA implementation
7 type InterfaceA interface { interface8 InterfaceA() methodSpec82 func (x StructC) InterfaceA() {} func84 func (x *StructD) InterfaceA() {} func86 func (x StructE) InterfaceA() {} func88 func (x *StructF) InterfaceA() {} func
24 public interface InterfaceA { interface in InterfaceCreationTest