21 lines
304 B
Objective-C
21 lines
304 B
Objective-C
//
|
|
// XPRoomTrumpetView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/3/18.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPRoomTrumpetView : UIView
|
|
|
|
@property (nonatomic, strong) UIView *mainView;
|
|
|
|
@property (nonatomic, strong) NSDictionary *data;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|