| 12345678910111213141516171819 |
- //
- // YBInvitationView.h
- // YBVideo
- //
- // Created by YB007 on 2019/12/9.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBInvitationView : UIView
- -(instancetype)initWithType:(BOOL)isForce;
- @end
- NS_ASSUME_NONNULL_END
|