Type Method
add(_:forFile:) addObserver:forFile: addObserver_forFile_
Declaration
class func add(_ observer: any GSPathWatcherObserver & NSObjectProtocol, forFile filePath: String)Declaration
+ (void) addObserver:(NSObject<GSPathWatcherObserver> *) observer forFile:(NSString *) filePath;Declaration
addObserver_forFile_(observer: NSObject<GSPathWatcherObserver>, filePath: str)