add flying commit

This commit is contained in:
lianxiang
2018-08-28 17:00:43 +08:00
parent 6a8d55457a
commit 54e936535f
24 changed files with 1353 additions and 23 deletions
+15
View File
@@ -0,0 +1,15 @@
//
// GiGaCommentView.h
// LXAnimationTest
//
// Created by lianxiang on 2018/8/14.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GiGaCommentModel.h"
@interface GiGaCommentView : UIView
@property(nonatomic,strong) GiGaCommentModel *msgModel;
-(instancetype)initWithMsgModel:(GiGaCommentModel *)model height:(CGFloat)height;
@end