16 #import "OFCharacterSet.h"
18 OF_ASSUME_NONNULL_BEGIN
23 bool (*_characterIsMember)(
id,
SEL, of_unichar_t);
26 - (instancetype)initWithCharacterSet: (
OFCharacterSet *)characterSet;
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
const struct objc_selector * SEL
A selector.
Definition: ObjFWRT.h:98
A class cluster representing a character set.
Definition: OFCharacterSet.h:29