14 lines
236 B
Objective-C
14 lines
236 B
Objective-C
//
|
|
// EspagramViewController.h
|
|
// Espagram
|
|
//
|
|
// Created by Abel Fokkinga on 8/27/12.
|
|
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface EspagramViewController : UIViewController
|
|
|
|
@end
|