You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
307 B
20 lines
307 B
![]()
2 years ago
|
//
|
||
|
// showTimeCell.h
|
||
|
// b
|
||
|
//
|
||
|
// Created by kaidan on 2017/1/12.
|
||
|
// Copyright © 2017年 kaidan. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface showTimeCell : UITableViewCell
|
||
|
|
||
|
/*
|
||
|
*日期字符串 格式: yyyy年MM月dd日
|
||
|
*/
|
||
|
@property(nonatomic,strong,readonly)NSString* dateStr;
|
||
|
|
||
|
|
||
|
@end
|