Rocket.Chat.ReactNative/ios/RocketChat Watch App/Database/Entity/Attachment.swift

8 lines
96 B
Swift

import CoreData
extension Attachment {
var aspectRatio: Double {
return width / height
}
}