YMKUri

@interface YMKUri : NSObject

URI that can be used for requests.

Summary

Class methods

+ (nonnull YMKUri *)uriWithValue:(nonnull NSString *)value;

Properties

@property (nonatomic, readonly, nonnull) NSString *value;
Gets URI

Class methods

uriWithValue:

+ (nonnull YMKUri *)uriWithValue:(nonnull NSString *)value;


Properties

value

@property (nonatomic, readonly, nonnull) NSString *value;

Gets URI.