SYSearchResultLabel Class Reference

Class with informations about search result label with matched highlights. More...

#import <SYSearchResult.h>

Inheritance diagram for SYSearchResultLabel:
Collaboration diagram for SYSearchResultLabel:

Instance Methods

(instancetype) - initWithName:highlights: [implementation]
 

Properties

NSString * value
 
NSSet< NSValue * > * highlights
 Set of [NSValue valueWithRange:] highlights. More...
 

Detailed Description

Class with informations about search result label with matched highlights.

Method Documentation

◆ initWithName:highlights:()

- (instancetype) initWithName: (NSString *)  name
highlights: (NSSet< NSValue * > *)  highlights 
implementation

Property Documentation

◆ highlights

- (NSSet<NSValue*>*) highlights
readwritenonatomicstrong

Set of [NSValue valueWithRange:] highlights.

◆ value

- (NSString*) value
readwritenonatomicstrong

The documentation for this class was generated from the following file: