// 31 july 2015 #import #import @protocol tControl @required - (void)tAddToView:(NSView *)v; - (uintmax_t)tAddToAutoLayoutDictionary:(NSMutableDictionary *)views keyNumber:(uintmax_t)n; @end @interface tWindowDelegate : NSObject - (void)tSetControl:(NSObject *)cc; - (void)tRelayout; @end extern NSString *tAutoLayoutKey(uintmax_t);