YasKuraishi / YKMediaPlayerKit

Painlessly and natively play YouTube, Vimeo, and .MP4, .MOV, .MPV, .3GP videos and fetch thumbnails on your iOS devices.
MIT License
348 stars 54 forks source link

Super class for video players #23

Open Reedyuk opened 8 years ago

Reedyuk commented 8 years ago

Hi, Could you create a super class, for which all of the other player types inherit from. At the moment, they inherit from an NSObject and a protocol. I would suggest to keep things tidy a class that is a NSObject and implemented the protocol but then can be used as the super class and inherited from. I hope that makes sense