mzp / LoveLiver

Create Apple's Live Photos from JPEG and MOV.
MIT License
379 stars 28 forks source link

Re-arrange @available position #15

Closed mzp closed 7 years ago

mzp commented 7 years ago

Remove if #available(OSX 10.12.2, *) { ... and add @available(OSX 10.12.2, *) to its class.

To achieve this, I wrap it property by optional type and protocol.