14 lines
268 B
Objective-C
14 lines
268 B
Objective-C
//
|
|
// JXCategoryTitleVerticalZoomCellModel.m
|
|
// JXCategoryView
|
|
//
|
|
// Created by jiaxin on 2019/2/14.
|
|
// Copyright © 2019 jiaxin. All rights reserved.
|
|
//
|
|
|
|
#import "JXCategoryTitleVerticalZoomCellModel.h"
|
|
|
|
@implementation JXCategoryTitleVerticalZoomCellModel
|
|
|
|
@end
|