// // JXShowMainView.h // shiku_im // // Created by 123 on 2020/6/11. // Copyright © 2020 Reese. All rights reserved. // #import <UIKit/UIKit.h> @interface JXShowMainView : UIView +(instancetype)XIBJXShowMainView; +(void)showView; @end