12345678910111213141516171819 |
- //
- // JXGoldShowView.h
- // shiku_im
- //
- // Created by os on 2020/6/24.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXGoldShowView : UIView
- +(void)showView;
- @property (nonatomic,copy) NSString *nameStr;
- @end
- NS_ASSUME_NONNULL_END
|