Files
Woka_Native_iOS/WOKA/Helpers/NsNotificationExtension.swift
Bilal 4175dca940 - Added api for FAQ’s , Made data model and decoded it
- Made 3 layer gradient for the view
- Completed FAq expand collapse with logic.
- addd error handler
- Made Woka Support UI
- Added Custom DropDown in support
- Added Custom Gradeint
- Handled the autolayouts
- Added Check for No Subject Selected
2024-06-04 20:01:51 +05:30

14 lines
270 B
Swift

//
// NsNotificationExtension.swift
// WOKA
//
// Created by Bilal on 04/06/2024.
//
import Foundation
extension Notification.Name {
static let languageDidChange = Notification.Name("languageDidChange")
static let linkPush = Notification.Name("linkPush")
}