From 1786e8e60e113e3f0d615014553463b0f4339e92 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Sat, 7 Jan 2023 06:44:18 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ ios/QuickSQLite.h | 9 --------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e7c74c5..7379c86 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ This library is sponsored by: *Build cross-platform messaging experiences with Stream Chat API. Sign up for Stream's 30 day trial for free!* +[*Try the React Native Chat Tutorial 💬*](https://getstream.io/chat/sdk/react-native/?utm_source=ospfranco&utm_medium=Github_Repo_Content_Ad&utm_content=Developer&utm_campaign=ospfranco_December2022_Trial_klmh22) + If you want to sponsor the development of this library, [get in touch](mailto:ospfranco@protonmail.com). ## API diff --git a/ios/QuickSQLite.h b/ios/QuickSQLite.h index 77bcc94..b33776e 100644 --- a/ios/QuickSQLite.h +++ b/ios/QuickSQLite.h @@ -1,12 +1,3 @@ -/* - * Sequel.h - * - * Created by Oscar Franco on 2021/03/07 - * Copyright (c) 2021 Oscar Franco - * - * This code is licensed under the MIT license - */ - #import @interface QuickSQLite : NSObject