Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge commit '3ce4b5dfbd4df3d152b5cf06cd437fbc1e653c1f' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-matosov committed May 1, 2018
2 parents 32f9fdb + 3ce4b5d commit 6d9f841
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Pod/Classes/Main/StylingKit.h
Expand Up @@ -49,4 +49,13 @@
@property (nonatomic, copy) IBInspectable NSString *styleClass;
@property (nonatomic, copy) IBInspectable NSString *styleCSS;

- (void)updateStyles;
- (void)updateStylesNonRecursively;
- (void)updateStylesAsync;
- (void)updateStylesNonRecursivelyAsync;

- (void)addStyleClass:(NSString *)styleClass;
- (void)removeStyleClass:(NSString *)styleClass;
- (void)styleClassed:(NSString *)styleClass enabled:(bool)enabled;

@end

0 comments on commit 6d9f841

Please sign in to comment.