From 982ded0908862377df6acb85c2d56791f0b509f4 Mon Sep 17 00:00:00 2001 From: Yifan Peng Date: Tue, 14 Mar 2017 10:13:25 -0700 Subject: [PATCH] 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 --- Source/IGListCollectionViewLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/IGListCollectionViewLayout.h b/Source/IGListCollectionViewLayout.h index 9194065c..65ee1b18 100644 --- a/Source/IGListCollectionViewLayout.h +++ b/Source/IGListCollectionViewLayout.h @@ -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 /**