Last active
May 24, 2019 15:11
-
-
Save marmelroy/cfd86b4ebf338f5e84e6ed62c98886fc to your computer and use it in GitHub Desktop.
ObjectiveKit.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mapViewClass = ObjectiveClass<MKMapView>() | |
let selectors = mapViewClass.selectors // An array of selectors. | |
let properties = mapViewClass.properties // An array of properties. | |
mapViewClass.addSelector(#selector(testSelector), from: self.classForCoder) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment