// // SamhuriNet.h // Blog // // Created by Sami Samhuri on 2015-05-05. // Copyright (c) 2015 Guru Logic Inc. All rights reserved. // #import @class BlogController; @interface SamhuriNet : NSObject @property (nonatomic, readonly, strong) BlogController *blogController; @end