Skip to content

Commit

Permalink
Mark init as being unavailable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 12, 2015
1 parent 83d8860 commit 4040061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SWXSLTransform.h
Expand Up @@ -16,6 +16,8 @@
/// The base URL that was used to load the stylesheet:
@property(nonatomic,strong) NSURL * baseURL;

- (instancetype) init NS_UNAVAILABLE;

/// Initialize the XSL stylesheet from the given URL:
- (instancetype) initWithURL:(NSURL *)url NS_DESIGNATED_INITIALIZER;

Expand Down

0 comments on commit 4040061

Please sign in to comment.