IBTObject.m 246 Bytes
Newer Older
mei's avatar
mei committed
1 2 3 4 5 6 7 8 9 10 11
//
//  IBTObject.m
//  IBTImagePicker
//
//  Created by Xummer on 1/18/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import "IBTObject.h"

@implementation IBTObject
n22's avatar
n22 committed
12
- (void)setValue:(id)value forUndefinedKey:(NSString *)key{}
mei's avatar
mei committed
13
@end