MppAsset Class Reference

Inherits from NSObject
Declared in MppAsset.h
MppAsset.m

Overview

Token Requestor Asset

MppAsset properties

  type

MIME type.

@property (nonatomic, copy, readonly, nonnull) NSString *type

Discussion

MIME type.

Declared In

MppAsset.h

  height

Height of an image.

@property (nonatomic, readonly) NSInteger height

Discussion

Height of an image.

Declared In

MppAsset.h

  width

Width of an image.

@property (nonatomic, readonly) NSInteger width

Discussion

Width of an image.

Declared In

MppAsset.h

  url

URL of an asset.

@property (nonatomic, copy, readonly) NSURL *url

Discussion

URL of an asset.

Declared In

MppAsset.h

+ assetWithDictionary:

Constructs MppAsset from values passed in dictionary.

+ (instancetype)assetWithDictionary:(NSDictionary *_Nonnull)dictionary

Parameters

dictionary

Dictionary containing values to create a MppAsset.

Return Value

MppAsset.

Discussion

Constructs MppAsset from values passed in dictionary.

Declared In

MppAsset.h