Skip to content

Commit

Permalink
消除分类和扩展同名属性的警告
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin committed Jul 16, 2020
1 parent 4fa1f61 commit 9ace368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ZFPlayer/Classes/Core/ZFPlayerController.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ @interface ZFPlayerController ()

@implementation ZFPlayerController

@dynamic scrollView;
@dynamic containerViewTag;
@dynamic playingIndexPath;

- (instancetype)init {
self = [super init];
if (self) {
Expand Down

0 comments on commit 9ace368

Please sign in to comment.