This PR contains the work done to set the Feed framework into the project, and then integrate it to the App target. Reviewed-on: #2 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>
|