vendoo_v1.0/Pods/PicoKit/Pod/Core/PicoBindable.h
Okechi Onyeje 031a354996 Ebay Listing Now Posts both information and single image
need to rework on categories since subcategory workflow added some complications, but that will be taken care of in a bug fix task
2016-08-23 13:48:34 -04:00

16 lines
286 B
Objective-C

//
// PicoBindable.h
// Pico
//
// Created by bulldog on 13-2-24.
// Copyright (c) 2013 LeanSoft Technology. All rights reserved.
//
@class PicoClassSchema;
@protocol PicoBindable <NSObject>
+(PicoClassSchema *)getClassMetaData;
+(NSMutableDictionary *)getPropertyMetaData;
@end