mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
14 lines
256 B
Objective-C
14 lines
256 B
Objective-C
//
|
|
// AsyncViewController.h
|
|
// Sample
|
|
//
|
|
// Created by Scott Goodson on 9/26/15.
|
|
// Copyright © 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import "ASViewController.h"
|
|
|
|
@interface AsyncViewController : ASViewController <UITabBarControllerDelegate>
|
|
|
|
@end
|