Files
2026-07-13 12:35:01 +08:00

17 lines
304 B
Objective-C

//
// TLMomentExtensionView.h
// TLChat
//
// Created by libokun on 16/4/8.
// Copyright © 2016年 李伯坤. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TLMomentExtension.h"
@interface TLMomentExtensionView : UIView
@property (nonatomic, strong) TLMomentExtension *extension;
@end