IBTObject.m 246 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 // // IBTObject.m // IBTImagePicker // // Created by Xummer on 1/18/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import "IBTObject.h" @implementation IBTObject - (void)setValue:(id)value forUndefinedKey:(NSString *)key{} @end