GLD_WeiBoCellViewModel.m 464 Bytes
//
//  GLD_WeiBoCellViewModel.m
//  YX_BaseProject
//
//  Created by yiyangkeji on 2018/10/9.
//  Copyright © 2018年 com.yxvzb. All rights reserved.
//

#import "GLD_WeiBoCellViewModel.h"

@interface GLD_WeiBoCellViewModel ()


@property (nonatomic, strong)id model;
@end

@implementation GLD_WeiBoCellViewModel

- (instancetype)initWithListModel:(id)model {
    self = [super init];
    if (self) {
        
    }
    return self;
}

//- (void)bindModel
@end