Files
JJBB/Sdk/iOS/YuCheng/ThirdLibs/ShareSDK/ShareSDK.framework/Headers/IMOBFContentEntity.h

39 lines
645 B
C
Raw Normal View History

2024-08-23 15:49:34 +08:00
//
// IMOBFContentEntity.h
// ShareSDK
//
// Created by youzu on 2017/9/18.
// Copyright © 2017年 掌淘科技. All rights reserved.
//
#import <MOBFoundation/IMOBFDataModel.h>
@protocol IMOBFContentEntity <IMOBFDataModel>
/**
*
*/
@property (nonatomic, copy) NSString *cid;
/**
*
*/
@property (nonatomic, copy) NSString *text;
/**
* ,SSDKImage
*/
@property (nonatomic, strong) NSArray *images;
/**
* ,NSURL
*/
@property (nonatomic, strong) NSArray *urls;
/**
*
*/
@property (nonatomic, strong) NSDictionary *rawData;
@end