22 lines
562 B
C
22 lines
562 B
C
|
/**
|
||
|
* Copyright Maarten Billemont (http://www.lhunath.com, lhunath@lyndir.com)
|
||
|
*
|
||
|
* See the enclosed file LICENSE for license information (LGPLv3). If you did
|
||
|
* not receive this file, see http://www.gnu.org/licenses/lgpl-3.0.txt
|
||
|
*
|
||
|
* @author Maarten Billemont <lhunath@lyndir.com>
|
||
|
* @license http://www.gnu.org/licenses/lgpl-3.0.txt
|
||
|
*/
|
||
|
|
||
|
//
|
||
|
// MPAlgorithmV3
|
||
|
//
|
||
|
// Created by Maarten Billemont on 13/01/15.
|
||
|
// Copyright 2015 lhunath (Maarten Billemont). All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "MPAlgorithmV2.h"
|
||
|
|
||
|
@interface MPAlgorithmV3 : MPAlgorithmV2
|
||
|
@end
|