1234567891011121314151617181920212223 |
- //
- // YOUPAILZLiveInviteVC.h
- // TIANYAN
- //
- // Created by CY on 2021/5/28.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZCBaseVC.h"
- #import "LZLiveEnum.h"
- #import "YOUPAILZLiveInviteModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveInviteVC : ZCBaseVC
- @property (nonatomic,copy) void (^youpaipinviteBlock)(LZLiveInviteType type,YOUPAILZLiveInviteModel *model);
- - (instancetype)initWithType:(LZLiveInviteType)type;
- @end
- NS_ASSUME_NONNULL_END
|