GroupSendViewController.h 223 B

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