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
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Because of the later addition of isMediaMessage, these 2 subclasses should be absorbed into the parent JSQMessage class.
This flattens our view hierarchy and removes ambiguity and data duplication. (e.g., should you check isMessageMessage or isKindOfClass:[JSQMediaMessage class]? )
Investigate if
JSQTextMessage
andJSQMediaMessage
are still necessary.Might make sense to re-combine under
JSQMessage
.The text was updated successfully, but these errors were encountered: