mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 06:10:03 +00:00
14 lines
257 B
Objective-C
14 lines
257 B
Objective-C
//
|
|
// MoreInfoViewController.h
|
|
// Flickrgram
|
|
//
|
|
// Created by Hannah Troisi on 3/21/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface MoreInfoViewController : ASViewController
|
|
|
|
@end
|