Skip to content

Commit

Permalink
Merge pull request renzifeng#1019 from GeekLee609/Linker_warning
Browse files Browse the repository at this point in the history
消除分类和扩展同名属性的警告
  • Loading branch information
GeekLee609 authored Jul 16, 2020
2 parents 4fa1f61 + 9ace368 commit c615c0a
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 c615c0a

Please sign in to comment.