diff options
author | Vitaly Takmazov | 2013-11-07 11:01:08 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-07 11:01:08 +0400 |
commit | 8c69b5408e5d2870d60f15662f1d567e6cd55da7 (patch) | |
tree | 563a9e95a376be23789985f680158c70461fdc22 /Juick/NewPostViewController.h | |
parent | b3eaef8a304ce89242c649cfd0386a66e463acb2 (diff) |
NewPostViewController stub
Diffstat (limited to 'Juick/NewPostViewController.h')
-rw-r--r-- | Juick/NewPostViewController.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/NewPostViewController.h b/Juick/NewPostViewController.h new file mode 100644 index 0000000..ceaca49 --- /dev/null +++ b/Juick/NewPostViewController.h @@ -0,0 +1,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 |