// // MPRootFunctionLayout.h // MathPad // // Created by Kim Wittenburg on 22.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. // #import "MPFunctionLayout.h" @class MPRootFunctionLayout, MPRootFunction; @interface MPRootFunctionLayout : MPFunctionLayout - (MPRootFunction *)rootFunction; @property (nonatomic, getter=isExponentImplicit) BOOL exponentImplicit; @end