mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
14 lines
228 B
Objective-C
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
|