withfoam / SnaflHUD

An example of how to show a HUD over the UIImagePickerController on the iPhone.

SnaflHUD / SnaflHUD_Prefix.pch
100644 9 lines (7 sloc) 0.185 kb
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'SnaflHUD' target in the 'SnaflHUD' project
//
 
#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif