• n22's avatar
    接口 · f3198698
    n22 authored
    f3198698
IBTObject.h 287 Bytes
//
//  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
- (void)setValue:(id)value forUndefinedKey:(NSString *)key;
@end