// // IBTUIView.m // XFFruit // // Created by Xummer on 3/30/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import "IBTUIView.h" @implementation IBTUIView /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ @end