// // MPPowerFunction.h // MathPad // // Created by Kim Wittenburg on 30.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. // #import @interface MPPowerFunction : MPFunction @property (nonatomic, strong) MPTerm *baseTerm; @property (nonatomic, strong) MPExpression *exponentExpression; @end