-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from CleverTap/SDK-1794_ZeroBezelTemplateP
origin/SDK-1794_ZeroBezelTemplateP
- Loading branch information
Showing
44 changed files
with
969 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
CTNotificationContent/Controllers/Assets.xcassets/AccentColor.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
CTNotificationContent/Controllers/Assets.xcassets/AppIcon.appiconset/Contents.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
CTNotificationContent/Controllers/Assets.xcassets/Contents.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
CTNotificationContent/Templates/Carousel/Model/CarouselProperties.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// | ||
// CarouselProperties.swift | ||
// CleverTap-iOS-SDK | ||
// | ||
// Created by Aishwarya Nanna on 26/08/22. | ||
// | ||
|
||
import Foundation | ||
|
||
struct CarouselProperties: Decodable { | ||
let pt_title: String? | ||
let pt_msg: String? | ||
let pt_msg_summary: String? | ||
let pt_dl1: String? | ||
let pt_big_img: String? | ||
let pt_img1: String? | ||
let pt_img2: String? | ||
let pt_img3: String? | ||
let pt_bg: String? | ||
let pt_title_clr: String? | ||
let pt_msg_clr: String? | ||
} |
Oops, something went wrong.