Codebase list agenda.app / HEAD NSString+SimpleAgenda.h
HEAD

Tree @HEAD (Download .tar.gz)

NSString+SimpleAgenda.h @HEADraw · history · blame

1
2
3
4
5
6
7
8
/* emacs buffer mode hint -*- objc -*- */

#import <Foundation/Foundation.h>

@interface NSString(SimpleAgenda)
+ (NSString *)uuid;
- (BOOL)isValidURL;
@end