Cube  Client.m at [51fb59fc93]

File src/Client.m artifact 432ce6fc62 part of check-in 51fb59fc93


#import "Client.h"

@implementation Client
+ (instancetype)client
{
	return [[self alloc] init];
}
@end