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