Skip to content

Instantly share code, notes, and snippets.

@mattfinlayson
Created June 12, 2015 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattfinlayson/84d1d30f9e9af4db63ac to your computer and use it in GitHub Desktop.
Save mattfinlayson/84d1d30f9e9af4db63ac to your computer and use it in GitHub Desktop.
DearDiary-Bridging-Header.h
//
// DearDiary-Bridging-Header.h
// DearDiary
//
// Created by Matthew Finlayson on 5/7/15.
// Copyright (c) 2015 Cesare Rocchi. All rights reserved.
//
#ifndef DearDiary_DearDiary_Bridging_Header_h
#define DearDiary_DearDiary_Bridging_Header_h
#import "BAAClient.h"
#import "SMPost.h"
#import "SMDetailViewController.h"
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment