14 lines
249 B
Mathematica
14 lines
249 B
Mathematica
|
|
//
|
||
|
|
// JXCategoryTitleImageCellModel.m
|
||
|
|
// JXCategoryView
|
||
|
|
//
|
||
|
|
// Created by jiaxin on 2018/8/8.
|
||
|
|
// Copyright © 2018年 jiaxin. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "JXCategoryTitleImageCellModel.h"
|
||
|
|
|
||
|
|
@implementation JXCategoryTitleImageCellModel
|
||
|
|
|
||
|
|
@end
|