//
// MPFunction+MPToken.h
// MathPad
//
// Created by Kim Wittenburg on 19.09.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
//
#import "MPFunction.h"
#import "MPToken.h"
/*!
@category MPFunction (MPToken)
@abstract This category adds @link
//apple_ref/occ/intf/MPToken@/link protocol conformance to
the @link MPFunction@/link class.
*/
@interface MPFunction (MPToken)
@end