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

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface IBTObject : NSObject
n22's avatar
n22 committed
13
- (void)setValue:(id)value forUndefinedKey:(NSString *)key;
mei's avatar
mei committed
14
@end