SpotifyiOS.xcframework/ios-arm64_x86_64-simulator/SpotifyiOS.framework/Headers/SPTAppRemoteAlbum.h (7 lines of code) (raw):
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/**
* The `SPTAppRemoteAlbum` represents an Album entity.
*/
@protocol SPTAppRemoteAlbum <NSObject>
/// The name of the album.
@property (nonatomic, copy, readonly) NSString *name;
/// The URI of the album.
@property (nonatomic, copy, readonly) NSString *URI;
@end
NS_ASSUME_NONNULL_END