You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
Finalised App, Presentation and Report Commenced
This commit is contained in:
Binary file not shown.
@@ -100,6 +100,7 @@ typedef NS_ENUM(NSInteger, FIRMessagingMessageStatus) {
|
||||
* To support devices running iOS 9 or below, use the local and remote notifications handlers
|
||||
* defined in UIApplicationDelegate protocol.
|
||||
*/
|
||||
__IOS_AVAILABLE(10.0)
|
||||
@protocol FIRMessagingDelegate <NSObject>
|
||||
|
||||
/// The callback to handle data message received via FCM for devices running iOS 10 or above.
|
||||
|
||||
@@ -2,10 +2,9 @@ framework module FirebaseMessaging {
|
||||
umbrella header "FirebaseMessaging.h"
|
||||
export *
|
||||
module * { export *}
|
||||
link "c++"
|
||||
link "sqlite3"
|
||||
link "z"
|
||||
link framework "CoreGraphics"
|
||||
link framework "Foundation"
|
||||
link framework "SystemConfiguration"
|
||||
link framework "UIKit"
|
||||
}
|
||||
Reference in New Issue
Block a user