MPFoldTransition icon indicating copy to clipboard operation
MPFoldTransition copied to clipboard

Fixed includes when importing into projects that do not globally include Foundation or UIKit

Open sgtsquiggs opened this issue 11 years ago • 0 comments

Including Foundation and UIKit in MPFlipEnumerations and MPAnimation respectively.

When using this library in projects without a prefix header (or a prefix header without Foundation or UIKit), it would fail to build due to the missing includes.

sgtsquiggs avatar Feb 14 '13 18:02 sgtsquiggs