ShareViewController.h 256 B

1234567891011121314
  1. //
  2. // ShareViewController.h
  3. // ShareExtension
  4. //
  5. // Created by Tom Lee on 2020/10/6.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <Social/Social.h>
  10. @interface ShareViewController : UIViewController
  11. @end