17 lines
304 B
Objective-C
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
|