All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
NCFlatIconMapObject.h
Go to the documentation of this file.
1#import "NCAnimationType.h"
2#import "NCExport.h"
3#import "NCIconMapObject.h"
4#import <Foundation/Foundation.h>
5
6
22DEFAULT_EXPORT_ATTRIBUTE
24
32- (BOOL)setAngle:(double)angle;
33
43- (BOOL)setAngleAnimated:(double)angle
44 duration:(float)duration
45 type:(NCAnimationType)type;
46
47@end