FBSDKAppGroupContent Class Reference
Inherits from | NSObject |
Conforms to | FBSDKCopying NSSecureCoding |
Declared in | FBSDKAppGroupContent.h |
Properties
groupDescription
The description of the group.
@property (nonatomic, copy) NSString *groupDescription
Declared In
FBSDKAppGroupContent.h
Instance Methods
isEqualToAppGroupContent:
Compares the receiver to another app group content. - Parameter content: The other content - Returns: YES if the receiver’s values are equal to the other content’s values; otherwise NO
- (BOOL)isEqualToAppGroupContent:(FBSDKAppGroupContent *)content
Declared In
FBSDKAppGroupContent.h