I hereby claim:
- I am crylico on github.
- I am crylico (https://keybase.io/crylico) on keybase.
- I have a public key whose fingerprint is 04AE 58EF 2626 A73B 1C7A C419 6B6B 3C16 D7F9 23B5
To claim this, I am signing this object:
| @objc(LRMessage) public enum Message: UInt8 { | |
| case Hello = 0 | |
| case World = 1 | |
| } | |
| var x: Message = .Hello | |
| x = .World |
| @objc(LRSensor) | |
| public class Sensor: NSObject { | |
| } | |
| public extension Sensor { | |
| public var test: String { | |
| return "Hello!" | |
| } |
| #import <Foundation/Foundation.h> | |
| #import "RCTBridgeModule.h" | |
| @interface DynamicType : NSObject <RCTBridgeModule> | |
| @end |
I hereby claim:
To claim this, I am signing this object: