blob: ceaca49d37583459aa07397d884fbf714e4ff8ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// NewPostViewController.h
// Juick
//
// Created by Vitaly Takmazov on 07.11.13.
// Copyright (c) 2013 com.juick. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NewPostViewController : UIViewController
@end
|