Objective-C Runtime: best way to check if class conforms to protocol? October 25, 2022 by Tarik According to the docs, [MyClass conformsToProtocol:@protocol(MyProtocol)]; should work.