6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
import Foundation
 | 
						|
 | 
						|
extension Notification.Name {
 | 
						|
    static let accessTokenDidChange = Notification.Name("accessTokenDidChange")
 | 
						|
}
 |