Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
//  Utilities.h
//  spepic
//
//  Created by Fabrizio on 04/01/13.
//  Copyright (c) 2013 Odyssey. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Utilities : NSObject

#define STR_ISNULL_OR_EMPTY(str) (!str || [str length]==0)

typedef enum {
    StatusAllMinimized = 0,
    StatusChannelList,
    StatusAllHidden
} ApplicationStatus;

+ (NSString *) convertDateFromString:(NSString *)date;

@end

Commits for Nextrek/iOS/PocketVision/PocketVision/Shared/Utils/Utilities.h

Diff revisions: vs.
Revision Author Commited Message
62 FAquili picture FAquili Sat 18 Jan, 2014 16:39:26 +0000

PocketVision 1.0