// // JXSearchVC.h // shiku_im // // Created by IMAC on 2019/8/6. // Copyright © 2019 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXSearchVC : UIViewController - (instancetype)initWithTable:(NSString *)table; @end NS_ASSUME_NONNULL_END