#ifndef BLANK_H
#define BLANK_H

#include <objc/objc.h>
#include <objc/Object.h>

@interface Blank : Object
/*{
	id str;
}*/

-init;
-free;

-getBlank;
-setBlank:(id)bleh;

@end

#endif

