iPhone Support

This commit is contained in:
Charles Magahern
2016-07-24 00:14:04 -07:00
parent 2f5c807dc6
commit 56de300889
17 changed files with 143 additions and 59 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
import Foundation
class Semaphore {
class Semaphore
{
private var _semaphore: dispatch_semaphore_t
init(value: Int)