Property declaration tweak for odd Travis build failure (only on the Tests build).

This commit is contained in:
Scott Goodson
2015-07-04 20:54:04 -07:00
parent 8fa092fb77
commit 6220d65747

View File

@@ -28,7 +28,7 @@ typedef NS_ENUM(NSUInteger, ASFlowLayoutDirection) {
@interface ASFlowLayoutController : ASAbstractLayoutController
@property (nonatomic, readonly, assign) ASFlowLayoutDirection layoutDirection;
@property (nonatomic) id <ASFlowLayoutControllerDataSource> dataSource;
@property (nonatomic, readwrite, weak) id <ASFlowLayoutControllerDataSource> dataSource;
- (instancetype)initWithScrollOption:(ASFlowLayoutDirection)layoutDirection;