//
//  AJShareModel.h
//  AJShare
//
//  Created by 朱素育 on 2019/7/26.
//  Copyright © 2019 朱素育. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface AJShareModel : NSObject

@property (nonatomic, strong) NSString  *title;
@property (nonatomic, strong) NSString  *desc;
@property (nonatomic, strong) NSString  *webUrl;
@property (nonatomic, strong) NSString  *imageUrl;

@end

NS_ASSUME_NONNULL_END
