Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed: #665 NSNull does not implement CAAction
Corresponding code added manually as corresponding code is declared in QuartzCore as extension while NSNull is being parsed from Foundation. Declared in QartzCore as bellow: ``` /** NSNull protocol conformance. **/ @interface NSNull (CAActionAdditions) <CAAction> @EnD ```
- Loading branch information