Avatar
Method does not override any method from its superclassといわれた
4:59 AM
@objc protocol P { @objc optional func optionalMethod() } class C: P { } class C2: C { override func optionalMethod() { super.optionalMethod?() } }