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
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];
```
0 commit comments