12345678910111213141516171819 |
- //
- // JXSelectFriendBottomView.h
- // shiku_im
- //
- // Created by JayLuo on 2020/4/1.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXSelectFriendBottomView : UIView
- + (JXSelectFriendBottomView *)creatView;
- @property (nonatomic, strong) UIButton *finishBtn;
- @end
- NS_ASSUME_NONNULL_END
|