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
UIDevice+VENCore category methods are already namespaced with VEN_..., and for consistency and to avoid name collisions we probably should namespace all category methods especially since we have common method names like - (BOOL)isEmail
The text was updated successfully, but these errors were encountered:
UIDevice+VENCore
category methods are already namespaced withVEN_...
, and for consistency and to avoid name collisions we probably should namespace all category methods especially since we have common method names like- (BOOL)isEmail
The text was updated successfully, but these errors were encountered: