Created
January 29, 2018 21:25
-
-
Save olbrichj/dbe3e0d62a644f0b45a7ae36897b52bc to your computer and use it in GitHub Desktop.
This file contains hidden or 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 op1 = Operation() | |
op.completionBlock = { | |
print("done") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment