Hannah Troisi 44d483b7fe [New Example] 500pxgram updates
- addressed all comments in PR except autolayout of UIKit code
2016-04-10 23:34:41 -07:00

16 lines
273 B
Plaintext

//
// ASDKgram.pch
// ASDKgram
//
// Created by Hannah Troisi on 2/26/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#ifndef Flickrgram_pch
#define Flickrgram_pch
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif /* Flickrgram_pch */