#import <GLKit/GLKit.h>@interfaceGLFBO:NSObject@property(nonatomic)EAGLContext*context;// This contains the framebuffer GLTexture instances@property(nonatomic)NSArray*color;-(instancetype)init;-(void)bind;-(void)setShapeWithWidth:(float)widthwithHeight:(float)height;@end