Last updated 2 months ago
Was this helpful?
โฉ โฉ โฉ RoundedRectangle+
extension RoundedRectangle { // ๐RoundedRectangle() public init() { self.init(cornerRadius: 16) } }
โฉ โฉ