This commit is contained in:
John Rommel Estropia
2015-05-04 12:40:16 +09:00
parent b56c08abd9
commit d043d64cb1
41 changed files with 1583 additions and 214 deletions

View File

@@ -44,7 +44,8 @@ internal final class NotificationObserver {
notificationName,
object: object,
queue: nil,
usingBlock: closure)
usingBlock: closure
)
}
deinit {
@@ -52,6 +53,7 @@ internal final class NotificationObserver {
NSNotificationCenter.defaultCenter().removeObserver(
self.observer,
name: self.notificationName,
object: self.object)
object: self.object
)
}
}