Cube  Documentation

#import "Client.h"

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