add flying commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// GiGaCommentModel.h
|
||||
// LXAnimationTest
|
||||
//
|
||||
// Created by lianxiang on 2018/8/14.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "JSONModel.h"
|
||||
@interface GiGaCommentModel :JSONModel
|
||||
|
||||
@property (nonatomic,copy) NSString *userName;
|
||||
@property (nonatomic,copy) NSString *userLevel;
|
||||
@property (nonatomic,copy) NSString *msg;
|
||||
@property (nonatomic,copy) NSString *userAvatar;
|
||||
|
||||
@end
|
||||
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// GiGaCommentModel.m
|
||||
// LXAnimationTest
|
||||
//
|
||||
// Created by lianxiang on 2018/8/14.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import "GiGaCommentModel.h"
|
||||
|
||||
@implementation GiGaCommentModel
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user