blob: 550aa159a0ba5729aa4cc1692ca98d7c57974cdb [file] [log] [blame]
//
// NSDictionary+WXRuntimePropertyDescriptor.h
// PonyDebugger
//
// Created by Wen-Hao Lue on 2013-02-02.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.
//
#import <Foundation/Foundation.h>
@class WXRuntimeRemoteObject;
@class WXRuntimePropertyDescriptor;
@interface NSDictionary (WXRuntimePropertyDescriptor)
- (NSArray *)WX_propertiesForPropertyDescriptors;
- (WXRuntimePropertyDescriptor *)WX_propertyDescriptorForPropertyObject:(NSObject *)property;
@end