mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
17 lines
310 B
Objective-C
17 lines
310 B
Objective-C
//
|
|
// SamhuriNet.h
|
|
// Blog
|
|
//
|
|
// Created by Sami Samhuri on 2015-05-05.
|
|
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@class BlogController;
|
|
|
|
@interface SamhuriNet : NSObject
|
|
|
|
@property (nonatomic, readonly, strong) BlogController *blogController;
|
|
|
|
@end
|