Skip to content

Commit

Permalink
Temporarily make componentProvider a weak pointer until https://jirae…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Crooke committed Oct 28, 2015
1 parent 4173af8 commit 4114aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
context:(id<NSObject>)context
sizeRange:(const CKSizeRange &)sizeRange;

@property (nonatomic, strong, readonly) Class<CKComponentProvider> componentProvider;
@property (nonatomic, weak, readonly) Class<CKComponentProvider> componentProvider;
@property (nonatomic, strong, readonly) id<NSObject> context;
- (const CKSizeRange &)sizeRange;

Expand Down

0 comments on commit 4114aac

Please sign in to comment.