Skip to content

Commit cd974aa

Browse files
committed
suppress warning for now. fix in next release, see jessesquires#920
1 parent a6a2884 commit cd974aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

JSQMessagesViewController/Layout/JSQMessagesCollectionViewFlowLayout.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ FOUNDATION_EXPORT const CGFloat kJSQMessagesCollectionViewAvatarSizeDefault;
5656
/**
5757
* The collection view object currently using this layout object.
5858
*/
59+
60+
// TODO: fix, rename "messagesCollectionView", see #920
61+
#pragma clang diagnostic push
62+
#pragma clang diagnostic ignored "-Wincompatible-property-type"
5963
@property (readonly, nonatomic) JSQMessagesCollectionView *collectionView;
64+
#pragma clang diagnostic pop
6065

6166
/**
6267
* Specifies whether or not the layout should enable spring behavior dynamics for its items using `UIDynamics`.

0 commit comments

Comments
 (0)