You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[YLTableViewCell setModel:] is annotated as nullable, but I can't come up with a legitimate scenario where it would make sense to call setModel: with a nil model.
In fact, tableView:modelForCellAtIndexPath: is actually marked as nonnull, so that wouldn't be a source of nil.
The text was updated successfully, but these errors were encountered:
-[YLTableViewCell setModel:]
is annotated as nullable, but I can't come up with a legitimate scenario where it would make sense to callsetModel:
with a nil model.In fact,
tableView:modelForCellAtIndexPath:
is actually marked as nonnull, so that wouldn't be a source of nil.The text was updated successfully, but these errors were encountered: