ychang-brightcove

Results 1 issues of ychang-brightcove

Based on Apple's doc: [Transitioning to ARC Release Notes]([https://developer.apple.com/library/ios/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html]), `__weak` is type qualifier. So, the correct position of `__weak` is `Type * __weak weakPtr`, which is weakPtr is a weak...