FWAssetType

NS_ENUM(NSUInteger, FWAssetType) {
    FWAssetTypeUnknow,
    FWAssetTypeImage,
    FWAssetTypeVideo,
    FWAssetTypeAudio
}

Undocumented