File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
id __unsafe_unretained owner;
52
52
CGSize rootContainerSize;
53
53
54
- NSObject <CCBAnimationManagerDelegate>* delegate;
54
+ __weak NSObject <CCBAnimationManagerDelegate>* delegate;
55
55
CCBSequence* runningSequence;
56
56
57
57
void (^block)(id sender);
61
61
@property (nonatomic ,unsafe_unretained) CCNode* rootNode;
62
62
@property (nonatomic ,unsafe_unretained) id owner;
63
63
@property (nonatomic ,assign ) CGSize rootContainerSize;
64
- @property (nonatomic ,strong ) NSObject <CCBAnimationManagerDelegate>* delegate;
64
+ @property (nonatomic ,weak ) NSObject <CCBAnimationManagerDelegate>* delegate;
65
65
@property (unsafe_unretained, nonatomic ,readonly ) NSString * runningSequenceName;
66
66
@property (nonatomic ,readonly ) NSString * lastCompletedSequenceName;
67
67
You can’t perform that action at this time.
0 commit comments