Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #139 from mytiki/feat/Create-OptInService-class
Browse files Browse the repository at this point in the history
feat/Create OptInService class
  • Loading branch information
ricardobrg authored May 30, 2024
2 parents efd1a96 + 8fd354c commit 7907af4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
16 changes: 16 additions & 0 deletions TikiClient/Classes/OptInService.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (c) TIKI Inc.
* MIT license. See LICENSE file in root directory.
*/

import Foundation


public class OptInService {
public static func showOffer(){

}
public static func showSettings(){

}
}
10 changes: 4 additions & 6 deletions TikiClient/Classes/UI/OfferStepFollow.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
//
// OfferStepFollow.swift
// TikiClient
//
// Created by Jesse Monteiro Ferreira on 24/05/24.
//
/*
* Copyright (c) TIKI Inc.
* MIT license. See LICENSE file in root directory.
*/

import Foundation

Expand Down

0 comments on commit 7907af4

Please sign in to comment.