From 1321c249da71063b0c291ae7cd9b0c765574c99d Mon Sep 17 00:00:00 2001 From: Matt Jackson Date: Sat, 12 Sep 2015 16:04:34 +0100 Subject: [PATCH] swift code section not closed before objc section --- 2013-12-02-nsnotification-and-nsnotificationcenter.md | 1 + 1 file changed, 1 insertion(+) diff --git a/2013-12-02-nsnotification-and-nsnotificationcenter.md b/2013-12-02-nsnotification-and-nsnotificationcenter.md index eba87182..baceb91a 100644 --- a/2013-12-02-nsnotification-and-nsnotificationcenter.md +++ b/2013-12-02-nsnotification-and-nsnotificationcenter.md @@ -152,6 +152,7 @@ Something that often slips up developers is how similar the method signatures fo func addObserver(observer: NSObject, forKeyPath keyPath: String, options: NSKeyValueObservingOptions, context: UnsafeMutablePointer) +~~~ ~~~{objective-c} - (void)addObserver:(NSObject *)observer forKeyPath:(NSString *)keyPath