![]() |
00001 00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved. 00003 00004 #import <Foundation/Foundation.h> 00005 #import "UShortProperty.h" 00006 00023 @interface DuplicateEliminationProperty : UShortProperty { 00024 00025 } 00026 00031 -(ushort) duplicateElimination; 00032 00033 @end