I hereby claim:
- I am caldofran on github.
- I am caldofran (https://keybase.io/caldofran) on keybase.
- I have a public key ASCrrDUclWHcFz3S3dA6ju6i-pSFpsFWiqDz-NvoPY2OTQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| extension Screen { | |
| static func offer(id: String) -> Self { | |
| return .init() { OfferViewController(id: id) } | |
| } | |
| } | |
| extension Screen { | |
| static func job(id: String) -> Self { | |
| return .init() { JobViewController(id: id) } | |
| } |
| ▿ Navigation | |
| ▿ modal: (3 elements) | |
| ▿ .0: Screen | |
| ▿ viewController: <CandidateProcessViewController> | |
| - id: "4224" | |
| - .1: UIModalPresentationStyle.UIModalPresentationStyle | |
| - completion: Optional<() -> ()>.none |
| // | |
| // NSObject+debugCheck.h | |
| // Reverse Me | |
| // | |
| // Created by Derek Selander on a happy day. | |
| // Copyright (c) 2013 Derek Selander. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #include <unistd.h> |