Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
suppress warning for now. fix in next release, see #920
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Apr 19, 2015
1 parent a6a2884 commit cd974aa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ FOUNDATION_EXPORT const CGFloat kJSQMessagesCollectionViewAvatarSizeDefault;
/**
* The collection view object currently using this layout object.
*/

// TODO: fix, rename "messagesCollectionView", see #920
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wincompatible-property-type"
@property (readonly, nonatomic) JSQMessagesCollectionView *collectionView;
#pragma clang diagnostic pop

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

0 comments on commit cd974aa

Please sign in to comment.