View so.CoreData.observeEntityChangesViaNotifications.swift
//: [Previous](@previous) | |
import PlaygroundSupport | |
import Cocoa | |
import CoreData | |
PlaygroundPage.current.needsIndefiniteExecution = true | |
extension NSManagedObject { |