// // Created by Drew on 2019-01-04. // Copyright (c) 2019 Mine. All rights reserved. // #import <UIKit/UIKit.h> @interface GroupSendViewController : UIViewController @property (nonatomic, strong) NSString *modelPK; @end