Is there a way to suppress the `Class X must overr...
# ios
r
Is there a way to suppress the
Class X must override Y because it inherits multiple interface methods of it
error? I’m trying to implement both
UICollectionViewDataSourceProtocol
and
UICollectionViewDelegateFlowLayoutProtocol
👀 1