lpw
2021-01-26 49b8839fda3439edc31581527e84036e58f55f0f
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h
@@ -16,11 +16,15 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#import "TargetConditionals.h"
#if !TARGET_OS_TV
#import <UIKit/UIKit.h>
#import <FBSDKCoreKit/FBSDKButton.h>
#import "FBSDKCoreKitImport.h"
#import <FBSDKShareKit/FBSDKSharingButton.h>
#import "FBSDKSharingButton.h"
NS_ASSUME_NONNULL_BEGIN
@@ -36,3 +40,5 @@
@end
NS_ASSUME_NONNULL_END
#endif