No Description

FKWeixinShareView.h 356B

12345678910111213141516171819
  1. //
  2. // FKWeixinShareView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/12.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKShareView.h"
  10. @interface FKWeixinShareView : UIView
  11. - (void)showInView:(nonnull UIView *)view actionBlock:(nonnull void (^)(kShareViewActionType type))action;
  12. - (void)dismiss;
  13. @end