Adding #imports for Foundation and obj-c runtime

This commit is contained in:
Mattt Thompson 2011-08-03 13:00:40 -05:00
parent c3ceed4005
commit d4e34f76bf

View file

@ -20,6 +20,9 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#import "UIImageView+AFNetworking.h"
#import "AFImageCache.h"