mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
remove subclass restriction on IGListCollectionViewLayout
Summary: remove subclass restriction on IGListCollectionViewLayout, so IGListCollectionViewLayout can be subclassed to support customized layout behavior. Reviewed By: rnystrom Differential Revision: D4700759 fbshipit-source-id: 1a22d1b981251ae60028724ae220e49d2d37c190
This commit is contained in:
parent
93375e44e3
commit
982ded0908
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
|
||||
Please see the unit tests for more configuration examples and expected output.
|
||||
*/
|
||||
IGLK_SUBCLASSING_RESTRICTED
|
||||
|
||||
@interface IGListCollectionViewLayout : UICollectionViewLayout
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue