Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nullability annotations in NITableViewModel (jverkoey#701)
These were failing with the following error: ``` nimbus/src/models/src/NITableViewModel.m:61:16: error: null passed to a callee that requires a non-null argument [-Werror,-Wnonnull] return [self initWithDelegate:nil]; ```
- Loading branch information