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:
Yifan Peng
2017-03-14 10:13:25 -07:00
committed by Facebook Github Bot
parent 93375e44e3
commit 982ded0908

View File

@@ -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
/**