8#ifndef IPositionRuler_h
9#define IPositionRuler_h
11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
31@protocol IPositionRuler <NSObject>
33@property (nonatomic, strong) id<IRuler>
ruler;
id< IRuler > ruler
Definition IPositionRuler.h:33