summaryrefslogtreecommitdiff
path: root/bindings/objc/src/SwordUtil.h
blob: 92779bf360e010826f0a2c564d89a43ca7ad7656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// Created by mbergmann on 18.12.12.
//
// To change the template use AppCode | Preferences | File Templates.
//


#import <Foundation/Foundation.h>


@interface SwordUtil : NSObject

/**
 Rendered Module texts may have hyperlinks. Those links may have key/value pairs to target data.
 This method will return a dictionary with attribute/value pairs from parameters of the link.
 See ATTRTYPE_* for key types.
 */
+ (NSDictionary *)dictionaryFromUrl:(NSURL *)aURL;

@end