12345678910111213141516171819 |
- //
- // FKWeixinShareView.h
- // FirstLink
- //
- // Created by jack on 16/4/12.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKShareView.h"
- @interface FKWeixinShareView : UIView
- - (void)showInView:(nonnull UIView *)view actionBlock:(nonnull void (^)(kShareViewActionType type))action;
- - (void)dismiss;
- @end
|