MMKAttributionAuthor
@interface MMKAttributionAuthor : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKAttributionAuthor *)authorWithName:(nonnull NSString *)name |
Properties
@property (nonatomic, readonly, nonnull) NSString *name; |
@property (nonatomic, readonly, nullable) NSString *uri; |
@property (nonatomic, readonly, nullable) NSString *email; |
Class methods
authorWithName:uri:email:
+ (nonnull MMKAttributionAuthor *)authorWithName:(nonnull NSString *)name |
Properties
name
@property (nonatomic, readonly, nonnull) NSString *name; |
Undocumented
uri
@property (nonatomic, readonly, nullable) NSString *uri; |
A reference to the author's site.
Optional field, can be nil.
@property (nonatomic, readonly, nullable) NSString *email; |
Author's email. Must contain at least one @ symbol.
Optional field, can be nil.