// // CYSelFriendyListView.h // shiku_im // // Created by Ron on 2019/11/24. // Copyright © 2019 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface CYSelFriendyListView : UIViewController -(void)reloadData; @end NS_ASSUME_NONNULL_END