Show custom attribute key when copied into clipboard

This commit is contained in:
michael starke
2017-11-14 18:52:31 +01:00
parent adcd80b2ab
commit 4d4d611dd4
5 changed files with 27 additions and 2 deletions

View File

@@ -24,6 +24,15 @@
@class MPInspectorViewController;
/**
Determines the index of the custom Attribute from the a tag value
@param tag Tag value (e.g. from the input filed inside the table view row)
@return the row number of the custom attribute, if tag is no row then -1 is returned
*/
NSInteger MPCustomFieldIndexFromTag(NSInteger tag);
@interface MPCustomFieldTableViewDelegate : NSObject <NSTableViewDelegate>
@property (weak, nonatomic) id viewController;