mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Adding ASVideoPlayerNode
This commit is contained in:
16
examples/ASDKTube/Sample/Models/VideoModel.h
Normal file
16
examples/ASDKTube/Sample/Models/VideoModel.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// VideoModel.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Erekle on 5/14/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface VideoModel : NSObject
|
||||
@property (nonatomic, strong, readonly) NSString* title;
|
||||
@property (nonatomic, strong, readonly) NSURL *url;
|
||||
@property (nonatomic, strong, readonly) NSString *userName;
|
||||
@property (nonatomic, strong, readonly) NSURL *avatarUrl;
|
||||
@end
|
||||
Reference in New Issue
Block a user