Files
transshift/TransmissionRPCClient/ScheduleAltLimitsController.h
2015-07-27 17:11:40 +03:00

20 lines
447 B
Objective-C

//
// ScheduleAltLimitsController.h
// TransmissionRPCClient
//
// Created by Alexey Chechetkin on 26.07.15.
// Copyright (c) 2015 Alexey Chechetkin. All rights reserved.
//
#import <UIKit/UIKit.h>
#define CONTROLLER_ID_SCHEDULETIMEDATE @"scheduleTimeDayController"
@interface ScheduleAltLimitsController : UIViewController
@property(nonatomic) int daysMask;
@property(nonatomic) int timeBegin;
@property(nonatomic) int timeEnd;
@end