#import "WMNightManager.h"
if ([WMNightManager currentStatus] == WMNightStatusNight) {
[WMNightManager dawnComing];
} else {
[WMNightManager nightFalling];
}
titleLbl.textColor = kDayColor;
titleLbl.nightTextColor = kNightColor;
https://github.com/emilyZhouwm/WMADPageView
https://github.com/emilyZhouwm/segmentAndList
https://github.com/emilyZhouwm/auth