Sign in

DSIOSTeam / DSShopModuleF · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DSShopModuleF
  • DSShopModuleF
  • Frameworks
  • DSShopModule.framework
  • Headers
  • DSCNewsTableViewCell.h
  • 0.0.3
    dd9f2afc
    毕珂 authored
    2020-03-15 23:54:31 +0800  
    Browse Code »
DSCNewsTableViewCell.h 313 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  DSCNewsTableViewCell.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/1/2.
//

#import <DSBaseModule/DSBaseModule.h>
#import "DSCNewsModel.h"

NS_ASSUME_NONNULL_BEGIN

@interface DSCNewsTableViewCell : DSTableViewCell

@property (nonatomic,strong) DSCNewsModel * model;

@end

NS_ASSUME_NONNULL_END