20 lines
330 B
20 lines
330 B
![]()
2 years ago
|
//
|
||
|
// HomeMovementTableViewCell.h
|
||
|
// tongxin
|
||
|
//
|
||
|
// Created by ecell on 2023/6/20.
|
||
|
// Copyright © 2023 xTT. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "ZZTableViewCell.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface HomeMovementTableViewCell : ZZTableViewCell
|
||
|
|
||
|
@property (nonatomic ,strong) NSDictionary *stepData;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|