• n22's avatar
    接口 · f3198698
    n22 authored
    f3198698
IBTObject.m 246 Bytes
//
//  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