Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-10-14 18:52:26 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00d92904429fea0805a9555325ea34a54d37c4a4
00d92904
1 parent
818883f0
test code for push notifications
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/Warply/inbox/WLAPSItem.h
SwiftWarplyFramework/SwiftWarplyFramework/Warply/inbox/WLAPSItem.m
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
00d9290
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/Warply/inbox/WLAPSItem.h
View file @
00d9290
...
...
@@ -42,6 +42,10 @@
NSUInteger
_badge
;
NSString
*
_alert
;
NSString
*
_sound
;
// Test code for push
// NSString *_category;
// NSInteger _mutable_content;
}
/*!
@property badge
...
...
SwiftWarplyFramework/SwiftWarplyFramework/Warply/inbox/WLAPSItem.m
View file @
00d9290
...
...
@@ -32,6 +32,10 @@
@synthesize
alert
=
_alert
;
@synthesize
sound
=
_sound
;
// Test code for push
// @synthesize category = _category;
// @synthesize mutable_content = _mutable_content;
#pragma mark - Initialization
///////////////////////////////////////////////////////////////////////////////
-
(
id
)
initWithAttributes
:(
NSDictionary
*
)
attributes
...
...
Please
register
or
login
to post a comment