| | |
| | | |
| | | #import <UIKit/UIKit.h> |
| | | |
| | | #import <FBSDKCoreKit/FBSDKMacros.h> |
| | | |
| | | #import <FBSDKShareKit/FBSDKLikeObjectType.h> |
| | | #import <FBSDKShareKit/FBSDKLiking.h> |
| | | |
| | |
| | | /** |
| | | Converts an FBSDKLikeControlAuxiliaryPosition to an NSString. |
| | | */ |
| | | FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlAuxiliaryPosition(FBSDKLikeControlAuxiliaryPosition auxiliaryPosition); |
| | | FOUNDATION_EXPORT NSString *NSStringFromFBSDKLikeControlAuxiliaryPosition(FBSDKLikeControlAuxiliaryPosition auxiliaryPosition); |
| | | |
| | | /** |
| | | NS_ENUM(NSUInteger, FBSDKLikeControlHorizontalAlignment) |
| | |
| | | /** |
| | | Converts an FBSDKLikeControlHorizontalAlignment to an NSString. |
| | | */ |
| | | FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlHorizontalAlignment(FBSDKLikeControlHorizontalAlignment horizontalAlignment); |
| | | FOUNDATION_EXPORT NSString *NSStringFromFBSDKLikeControlHorizontalAlignment(FBSDKLikeControlHorizontalAlignment horizontalAlignment); |
| | | |
| | | /** |
| | | NS_ENUM (NSUInteger, FBSDKLikeControlStyle) |
| | |
| | | /** |
| | | Converts an FBSDKLikeControlStyle to an NSString. |
| | | */ |
| | | FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlStyle(FBSDKLikeControlStyle style); |
| | | FOUNDATION_EXPORT NSString *NSStringFromFBSDKLikeControlStyle(FBSDKLikeControlStyle style); |
| | | |
| | | /** |
| | | Warning: This class is deprecated. |
| | |
| | | fast-app-switch that allows the user to like the object. Upon return to the calling app, the view will update |
| | | with the new state and send actions for the UIControlEventValueChanged event. |
| | | */ |
| | | __attribute__ ((deprecated)) |
| | | DEPRECATED_MSG_ATTRIBUTE("This is no longer available") |
| | | @interface FBSDKLikeControl : UIControl <FBSDKLiking> |
| | | |
| | | /** |
| | |
| | | The position for the auxiliary view for the receiver. |
| | | |
| | | |
| | | - See:FBSDKLikeControlAuxiliaryPosition |
| | | @see FBSDKLikeControlAuxiliaryPosition |
| | | */ |
| | | @property (nonatomic, assign) FBSDKLikeControlAuxiliaryPosition likeControlAuxiliaryPosition; |
| | | |
| | |
| | | The style to use for the receiver. |
| | | |
| | | |
| | | - See:FBSDKLikeControlStyle |
| | | @see FBSDKLikeControlStyle |
| | | */ |
| | | @property (nonatomic, assign) FBSDKLikeControlStyle likeControlStyle; |
| | | |