SnapKit / Masonry

Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MIT License
18.06k stars 3.15k forks source link

FOUNDATION_EXPORT double MasonryVersionNumber; #539

Open AppHock opened 6 years ago

AppHock commented 6 years ago

//! Project version number for Masonry. FOUNDATION_EXPORT double MasonryVersionNumber; How to get MasonryVersionNumber value? Thank you.