Loading...
Searching...
No Matches
NCAttributionAlignment.h
Go to the documentation of this file.
3#import "NCExport.h"
4#import <Foundation/Foundation.h>
5
22DEFAULT_EXPORT_ATTRIBUTE
23@interface NCAttributionAlignment : NSObject
24
28- (nonnull instancetype)initWithHorizontalAlignment:(NCAttributionHorizontalAlignment)horizontalAlignment
29 verticalAlignment:(NCAttributionVerticalAlignment)verticalAlignment;
30
34+ (nonnull instancetype)attributionAlignmentWithHorizontalAlignment:(NCAttributionHorizontalAlignment)horizontalAlignment
35 verticalAlignment:(NCAttributionVerticalAlignment)verticalAlignment;
36
40- (nonnull instancetype)init;
41
45+ (nonnull instancetype)attributionAlignment;
46
60
64@property (nonatomic, readonly) NCAttributionVerticalAlignment verticalAlignment;
65
66@end