terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

[TWMessageBarManager.h] Import UIKit #63

Closed dasmer closed 10 years ago

dasmer commented 10 years ago

Hey,

Since the return type for some of the methods in TWMessageBarStyleSheet are UIColor and UIImage, this file should import UIKit (also my project won't compile without this edit).

Thank you so much for open-sourcing this. I find it extremely useful!