Added example of typical social app layout example

This commit is contained in:
Vitaly Baev
2015-11-06 17:09:11 +03:00
parent b1784bcf9b
commit 78293ad785
42 changed files with 1390 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// ViewController.h
// Sample
//
// Created by Vitaly Baev on 06.11.15.
// Copyright © 2015 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end