
- 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
21 lines
275 B
Objective-C
21 lines
275 B
Objective-C
//
|
|
// RoomBoomEntryView.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2024/10/8.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@class BoomDetailModel;
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RoomBoomEntryView : UIView
|
|
|
|
@property (nonatomic, strong) BoomDetailModel *boomModel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|