// // MTFriendInfoModel.h // // Created by Simon on 2019/8/16. // Copyright © 2019 Simon. All rights reserved. // #import "MTBaseModel.h" NS_ASSUME_NONNULL_BEGIN @interface MTFriendInfoModel : MTBaseModel @end NS_ASSUME_NONNULL_END