
- Removed YuMi/Library/ (138 MB, not tracked) - Removed YuMi/Resources/ (23 MB, not tracked) - Removed old version assets (566 files, not tracked) - Excluded Pods/, xcuserdata/ and other build artifacts - Clean repository optimized for company server deployment
19 lines
312 B
Objective-C
19 lines
312 B
Objective-C
//
|
|
// SessionDiscoverNewTableViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2022/6/10.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SessionDiscoverNewTableViewCell : UITableViewCell
|
|
///是否隐藏小红点
|
|
@property (nonatomic,assign) BOOL hiddenDotView;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|