Skip to content

Commit

Permalink
One more place
Browse files Browse the repository at this point in the history
  • Loading branch information
bachand committed May 9, 2019
1 parent c7ad650 commit 5037a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App/SiriShortcut/ExampleIntent/BuckPhotoIntentHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import Foundation

#if !DISABLE_SIRI_SHORTCUT
@available(iOS 12.0, *)
final class BuckPhotoIntentHandler: NSObject, BuckPhotoIntentHandling {

Expand All @@ -18,3 +19,4 @@ final class BuckPhotoIntentHandler: NSObject, BuckPhotoIntentHandling {
completion(BuckPhotoIntentResponse(code: .success, userActivity: nil))
}
}
#endif

0 comments on commit 5037a8a

Please sign in to comment.