mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Property declaration tweak for odd Travis build failure (only on the Tests build).
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user