BTNMusicArtist Class Reference
| Inherits from | BTNBaseEntity : BTNModelObject |
|---|---|
| Declared in | BTNMusicArtist.h |
+ artistWithName:
Returns an instance with a given name.
+ (instancetype)artistWithName:(NSString *)nameParameters
name |
The artist’s name. |
|---|
Discussion
Returns an instance with a given name.
Declared In
BTNMusicArtist.h
– setGenre:
Sets the genre of the artist.
- (void)setGenre:(NSString *)genreDiscussion
Sets the genre of the artist.
Declared In
BTNMusicArtist.h