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
Allows RMStore to be easily subclassed. We initially had a category on RMStore adding some of our own stuff, but I also wanted to easily store some state on it.
The text was updated successfully, but these errors were encountered:
Wondering what your thoughts are on updating
+ (RMStore *)defaultStore
to be
+ (instancetype)defaultStore
and changing sharedInstance to id?
Allows RMStore to be easily subclassed. We initially had a category on RMStore adding some of our own stuff, but I also wanted to easily store some state on it.
The text was updated successfully, but these errors were encountered: