samhuri.net-ios/Blog/SamhuriNet.h

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