libui/redo/osxaltest/util.m

8 lines
135 B
Mathematica
Raw Normal View History

// 1 august 2015
#import "osxaltest.h"
NSString *tAutoLayoutKey(uintmax_t n)
{
return [NSString stringWithFormat:@"[view%ju]", n];
}