This PR contains the work done to setup the library and also, the necessary protocols, model, structs, and error definitions to implement remote service clients. Reviewed-on: #4 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
18 lines
484 B
Objective-C
18 lines
484 B
Objective-C
//
|
|
// ReviewsFeed.h
|
|
// Feed
|
|
//
|
|
// Created by Javier Cicchelli on 16/03/2024.
|
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Feed.
|
|
FOUNDATION_EXPORT double FeedVersionNumber;
|
|
|
|
//! Project version string for Feed.
|
|
FOUNDATION_EXPORT const unsigned char FeedVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Feed/PublicHeader.h>
|