FWAttributedAlignment

NS_OPTIONS(NSUInteger, FWAttributedAlignment) {
    FWAttributedAlignmentTop,
    FWAttributedAlignmentCenter,
    FWAttributedAlignmentBottom
}

Undocumented