mirror of
https://github.com/laosb/CropImage.git
synced 2025-07-04 02:45:33 +00:00
Initial Commit
This commit is contained in:
commit
1477b29bc8
6 changed files with 65 additions and 0 deletions
6
Sources/CropImage/CropImage.swift
Normal file
6
Sources/CropImage/CropImage.swift
Normal file
|
@ -0,0 +1,6 @@
|
|||
public struct CropImage {
|
||||
public private(set) var text = "Hello, World!"
|
||||
|
||||
public init() {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue