Add README.md
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Stephen B
|
||||
|
||||
```swift
|
||||
struct Developer {
|
||||
let name = "Stephen B"
|
||||
let role = "iOS Developer"
|
||||
let focus = ["Debugging", "Utilities", "Sideloading"]
|
||||
let email = "StephenDev0@outlook.com"
|
||||
}
|
||||
|
||||
let pinnedProject = Project(
|
||||
name: "StikDebug",
|
||||
description: "An on-device debugger and JIT enabler for iOS 17.4+",
|
||||
url: "https://github.com/StephenDev0/StikDebug"
|
||||
)
|
||||
```
|
||||
Reference in New Issue
Block a user