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.
- (BOOL)isEqualToAppGroupContent:(FBSDKAppGroupContent *)content
Parameters
- content
The other content
Return Value
YES if the receiver’s values are equal to the other content’s values; otherwise NO
Declared In
FBSDKAppGroupContent.h