Adding #imports for Foundation and obj-c runtime
This commit is contained in:
parent
c3ceed4005
commit
d4e34f76bf
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue