XCodeから未使用の変数を示す警告が表示されないように、この変数をどのように宣言する必要がありますか:
// Set it based on TimeComparator
if ([TimeComparator dealWithTimeStrings2:locationObject.hor_LV]) {
NSString * estado = @"Open";
} else {
NSString * estado = @"Closed";
}