RFSCustomizationActionDelegate

@protocol RFSCustomizationActionDelegate <NSObject>

- (void)onFaceCustomButtonTappedWithTag:(NSInteger)tag;

@end

Undocumented