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
Since these are meant to be read/write properties as per Objective-C, this needs
to be a stored property. However, it is not possible to have stored properties
in an extension. Move the definition into the actual class definition. Default
initialize to a closure that will invoke `NSUnimplemented`.
0 commit comments