Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 6220d65

Browse files
author
Scott Goodson
committed
Property declaration tweak for odd Travis build failure (only on the Tests build).
1 parent 8fa092f commit 6220d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncDisplayKit/Details/ASFlowLayoutController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef NS_ENUM(NSUInteger, ASFlowLayoutDirection) {
2828
@interface ASFlowLayoutController : ASAbstractLayoutController
2929

3030
@property (nonatomic, readonly, assign) ASFlowLayoutDirection layoutDirection;
31-
@property (nonatomic) id <ASFlowLayoutControllerDataSource> dataSource;
31+
@property (nonatomic, readwrite, weak) id <ASFlowLayoutControllerDataSource> dataSource;
3232

3333
- (instancetype)initWithScrollOption:(ASFlowLayoutDirection)layoutDirection;
3434

0 commit comments

Comments
 (0)