MMKUri
@interface MMKUri : NSObject |
URI that can be used for requests.
Summary
Class methods
+ (nonnull MMKUri *)uriWithValue:(nonnull NSString *)value; |
Properties
@property (nonatomic, readonly, nonnull) NSString *value; |
Class methods
uriWithValue:
+ (nonnull MMKUri *)uriWithValue:(nonnull NSString *)value; |
Properties
value
@property (nonatomic, readonly, nonnull) NSString *value; |
Gets URI.