|
LuxChat
2.0
Instant messenger for iOS
|
#import <JSQMessageBubbleImageDataSource.h>
Instance Methods | |
| (UIImage *) | - messageBubbleImage |
| (UIImage *) | - messageBubbleHighlightedImage |
The JSQMessageBubbleImageDataSource protocol defines the common interface through which a JSQMessagesViewController and JSQMessagesCollectionView interact with message bubble image model objects.
It declares the required and optional methods that a class must implement so that instances of that class can be display properly within a JSQMessagesCollectionViewCell.
A concrete class that conforms to this protocol is provided in the library. See JSQMessagesBubbleImage.
|
required |
nil from this method.
|
required |
nil from this method.
1.8.9.1