Swiftgram/examples/ASCollectionView/Sample/PresentingViewController.h

14 lines
228 B
Objective-C

//
// PresentingViewController.h
// Sample
//
// Created by Tom King on 12/23/15.
// Copyright © 2015 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface PresentingViewController : UIViewController
@end