added iOS source code
[wl-app.git] / iOS / Pods / OAuthSwift / Sources / NotificationCenter+OAuthSwift.swift
1 //
2 //  NotificationCenter+OAuthSwift.swift
3 //  OAuthSwift
4 //
5 //  Created by hiragram on 2017/04/04.
6 //  Copyright © 2017年 Dongri Jin. All rights reserved.
7 //
8
9 import Foundation
10
11 public extension Notification.Name {
12     public static let OAuthSwiftHandleCallbackURL: Notification.Name = .init("OAuthSwiftCallbackNotificationName")
13 }